NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Apples and Oranges (Score:2)
With ...
... you are just measuring parrot startup time, which isn't optimized in any way.
Please try something real ;-) like
fib 38.(on my ancient 2GHz Athlon). Wirh perl 5.8.8 it's consuming some time:
which is exactly what I've always said: compiler to interpreter ops performance is about 200:1 (which doesn't say anything about any program performance, e.g. perl regexes are ~equally fast compared to the
pcrelibrary)And a final note: these numbers don't say anything about perl6 or OO code or whatever - these are peak performance possibilities of the parrot engine with JITted native types.
leo
Reply to This