Wow.
Posted Jul 30, 2010 0:16 UTC (Fri) by
dskoll (subscriber, #1630)
In reply to:
Wow. by pmichaud
Parent article:
The first Rakudo Star release
OK, how about this:
$ size ./perl6 ./install/lib/libparrot.so.2.6.0
text data bss dec hex filename
14219892 400 8 1422030 d8fc0c ./perl6
1535297 196868 796 1732961 1a7161 .../libparrot.so.2.6.0
$ size /usr/bin/perl
text data bss dec hex filename
1245399 6744 344 1252487 131c87 /usr/bin/perl
(I included libparrot.so because it's not a standard system library.) So perl5 is about 1.2MB of program text, whereas perl6 weighs in at 15MB and still needs to dynamically create things that couldn't be put directly in the binary?
I repeat the title. Wow.
(
Log in to post comments)