http://qs321.pair.com?node_id=1021399


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.