Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: why the perl complied code takes more memory?

by igelkott (Priest)
on Mar 02, 2013 at 08:29 UTC ( [id://1021399]=note: print w/replies, xml ) Need Help??


in reply to why the perl complied code takes more memory?

There could differences in optimization but the main difference should be static vs dynamic linking. Besides making the executables larger, static linking sometimes uses more memory (bigger symbol tables?).

I'm not an expert but that's what I remember from my C days. Any more detail would probably be a bit too OT anyway.

  • Comment on Re: why the perl complied code takes more memory?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1021399]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-20 02:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found