Hi list, I tried to have a deeper look at Parrot so I installed latest PXPerl with Parrot 0.2.3 and I tried to run some benchmarks on my computer in order to compare with Neko.
I was thinking that Parrot JIT would outperform Neko VM easily but I got theses results : fib(35) Neko : 8 seconds fib(35) Parrot (benchmarks/fib.imc) : 34 seconds So I would like to ask if the JIT is enabled in my Parrot install and if not how can I enable it ? Or am I missing something about the way Parrot is handling integer values ? Thanks, Nicolas