Skip to content

Instantly share code, notes, and snippets.

Created May 10, 2011 08:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/964072 to your computer and use it in GitHub Desktop.
Save anonymous/964072 to your computer and use it in GitHub Desktop.
pmichaud@kiwi:/zip/perl/rakudo-bleed$ /usr/bin/time ./parrot_install/bin/parrot src/gen/perl6.pbc --target=pir --stagestats src/gen/core.pm > src/gen/core.pir
Stage 'parse': 42.026 sec
Stage 'past': 0.000 sec
Stage 'check_syntax': 0.000 sec
Stage 'post': 14.939 sec
Stage 'pir': 8.778 sec
65.29user 0.51system 1:05.87elapsed 99%CPU (0avgtext+0avgdata 3500816maxresident)k
0inputs+10304outputs (0major+220373minor)pagefaults 0swaps
pmichaud@kiwi:/zip/perl/rakudo-bleed$ /usr/bin/time ./parrot_install/bin/parrot --gc-nursery-size=0.5 src/gen/perl6.pbc --target=pir --stagestats src/gen/core.pm > src/gen/core.pir
Stage 'parse': 47.046 sec
Stage 'past': 0.000 sec
Stage 'check_syntax': 0.000 sec
Stage 'post': 17.452 sec
Stage 'pir': 9.988 sec
74.05user 0.47system 1:14.60elapsed 99%CPU (0avgtext+0avgdata 2803520maxresident)k
0inputs+10304outputs (0major+178760minor)pagefaults 0swaps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment