>You are an arrogant moron.
Thank you. And you are a very polite and well-mannered individual with expertise that I can't possibly hope to match....
> For your information morphos on pegasos is the
> 1st currently available ppc/68k jit amiga os
> available and its jit speed is 75% that of native. And amithlon beats it.
Doing WHAT? Running the distributed.net client for RC5? RC5 is *the* ideal case for a 68k-to-whatever JIT compiler --- its inner loop is extremely long. It doesn't contain *any* conditional instructions. *All* instructions in that loop operate on 32-bit sized operands. Of the many dozens of instructions, only *one* produces flags that ever get looked at (the comparison at the end).
Real life code is *very* different. Typical length of code before a branch instruction (or some other conditional instruction) is reached is 4-6 instructions. Unless you do *very* clever things (which will cost you in JIT compile time!), you cannot optimize away flag generation across such instructions. Furthermore, typical 68k code will happily use 8 and 16 bit values, write small sizes to a register and then read the same register at bigger sizes, and do lots of other things that will slow down JIT-ed code. So you will have to excuse me if I want to see some real-world application benchmarks, not some vague and unspecific claim in a PDF file. Oh, and as for Amithlon beating it --- I happen to know a bit about Amithlon, and I can tell you that a PPC should get closer to native for a number of reasons in at least non-flag-heavy code.
>As for the p96 version thingy, I think the authors of it would know

I agree. I apologize, I failed to introduce myself --- Name's Umisef, pleasure to meet you. In real life, I go by the name of "Bernd 'Bernie' Meyer", live in Melbourne, and have spent a lot of 2001 programming a small program you might be familiar with....