Leopold Toetsch writes:
> Juergen Boemmels <[EMAIL PROTECTED]> wrote:
> > what still fails is pbc2c.pl (This needs Parrot::Packfile, which can
> > only read format 0 (old assemble.pl) bytecodes).
> 
> This is obsoleted by Daniel's exec patches.

Sadly.  I mean, the exec patches are great, but I found no faster way to
run parrot bytecode than to run it through pbc2c.pl and compile it with
gcc -O3.  That was still about twice as fast as the JIT (and thus the
exec).

But, as previously pointed out, pbc2c.pl's idea doesn't scale well and
has a few other drawbacks, so I suppose this was destined to happen.

Luke

Reply via email to