On Thu, 11 Apr 2002, [latin1] Josef Höök wrote:
> > How about the JIT engine then. > When does parrot use it? > how well does it scale? ( has anyone done some benchmarking ) The JIT engine produce machine code for a given bytecode, but there are only a few opcodes that are coded in assembly so there is not a real win in using it yet, anyway the JIT (as it is now in cvs ) is going to change, I'm continuing with Jason's patch. Daniel Grunblatt.