On Dec 12, 2005, at 9:29, Brent Fulgham wrote:

Well, to be honest I've been adding them as you've posted them here or to SVN. If anyone objects to this, please let me know and I'll remove them immediately. I assume you are okay with them being posted to the shootout website under a BSD-style license.

Ah good. But that needs a few tweaks. For most, parrot needs an appropriate runcore flag:

  parrot -C ack.pir 9
         -C binarytrees.pir 16
         -j fannkuch.pir 9

For some tests it might be desirable to compile to bytecode too (as e.g. python is doing)

  parrot -o fannkuch.pbc fannkuch.pir
  parrot -j fannkuch.pbc 9

And: Is that Parrot built optimized?

Thanks,

- -Brent

P.S. If you want to see how things look, please visit http://shootout.alioth.debian.org/sandbox/parrot.php

The fannkuch.pir is here more than 10 times the speed of python (0.3s vs 3.9s).

leo

Reply via email to