On Tue, Jul 13, 2010 at 4:36 PM, Roderich Schupp <roderich.sch...@googlemail.com> wrote: > Scott wrote > >> myldr/par is sitting at about 4.2 MB. > > Why is that so large? It should be about the size of your perl executable > (because it is actually a special purpose Perl interpreter). > > Cheers, Roderich >
Very good question, that is also the size of my perl binary, which is about twice as larger than I'd expect... For comparison the version of perl that is distributed with HP IA64 systems (called perl-dynamic...the standard perl binaries are symbolic links to it) appears to be only about 22KB, which is much smaller than I'd expect. The my_libperl.c that is produced with that perl distribution still appears to be 38MB, but the my_par.c is significantly smaller at 1.1MB. Scott