[pbc_to_exe]:
commit08961bff3bf101db3d9f71b7737ec1b0cac17424
authorpmichaud <pmichaud@d31e2699-5ff4-0310-a27c-f18f2fbe73fe>
Mon, 31 Dec 2007 19:40:33 +0000 (31 19:40 +0000)
committerpmichaud <pmichaud@d31e2699-5ff4-0310-a27c-f18f2fbe73fe>
Mon, 31 Dec 2007 19:40:33 +0000 (31 19:40 +0000)
tree44ff840694ca8d8b918c8ed9acf6308cd2ae32f3
parentff48646a41ba25aaed454934e768828a3e389542
[pbc_to_exe]:
* On my platform at least (32-bit Ubuntu Gutsy), repeated string
  concatenations are much faster than pushing to an array and
  doing a subsequent join.  With this patch, "pbc_to_exe perl6.pbc"
  takes 5.5 seconds on my system instead of 18.
* We also eliminate the sprintf "%d" step, since $S0 = $I0 will
  have the same effect.

git-svn-id: https://svn.perl.org/parrot/trunk@24355 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
tools/dev/pbc_to_exe_gen.pl