Nicolas Cannasse wrote:
Even with such problems, I was thinking that Parrot JIT will be faster than
NekoVM which does not have a JIT yet.
The fib benchmark is mainly function calls only. JIT doesn't really help
here. We will optimize function call performance later.
I don't run sources fro
> > Or am I missing something about the way Parrot is handling integer
> > values ?
>
> fib is one of the few benchmarks that currently performs very badly due
> to huge function call overhead (mainly L2 cache misses). I'm currently
> working on a different call scheme, which eventually gets rid of
On Aug 20, 2005, at 20:12, Nicolas Cannasse wrote:
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 easil