in reply to Re: Building a small perl
in thread Building a small perl
Actually, changing the build options did make a big difference. I think excluding threading was the big win. Altogether those options, coupled with a switch to 5.10 from 5.8, saved about 30%. But even as it stands, the in-memory image include a lot of overhead just for the filenames and module names: about one instance of each of those strings for each executable line of code in the source files.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Building a small perl
by syphilis (Archbishop) on Mar 21, 2009 at 23:09 UTC |