in reply to Re^7: A $dayjob Perl 6 program that runs 40x faster on the JVM than on Parrot
in thread A $dayjob Perl 6 program that runs 40x faster on the JVM than on Parrot
if MoarVM will ever run any Perl 6 code
That's FUD.
Update 5 months later: Rakudo/MoarVM is already compiling the core setting -- which is 18K lines of non-trivial Perl 6 code -- and passing ~26k of ~28k spectests.
Update a year later: Rakudo on MoarVM now passes more spectests than on other backends. It's startup, compilation, and run time are generally much faster and use much less RAM. Etc. In short, MoarVM is now firmly established as devs' most popular backend for most uses.
(To be clear, Rakudo on JVM has a few advantages: it runs on the JVM, which is necessary or desirable for some folk; it can interop with Java code; it's sometimes much faster for long running code due to its excellent and mature JIT; it has battle hardened threads which means concurrent code is currently more reliable.)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Propaganda for P6 Advocates
by chromatic (Archbishop) on Aug 06, 2013 at 16:48 UTC | |
by raiph (Deacon) on Aug 08, 2013 at 09:01 UTC | |
|
Re^9: A $dayjob Perl 6 program that runs 40x faster on the JVM than on Parrot
by Anonymous Monk on Aug 06, 2013 at 09:13 UTC | |
by raiph (Deacon) on Aug 06, 2013 at 10:44 UTC | |
by Anonymous Monk on Aug 07, 2013 at 03:35 UTC | |
by Anonymous Monk on Aug 06, 2013 at 10:50 UTC | |
by raiph (Deacon) on Aug 06, 2013 at 11:54 UTC | |
by Anonymous Monk on Aug 06, 2013 at 14:49 UTC |