@Bill
L*O*L ... (they are ALL the same aren't they).
Regarding a non-JIT-68k-emu for OS4: There isn't any !!
H&P had written one once, but that won't be used (for obvious reasons).
Depending on an 100% JIT-emu can spell problems, as you always have to
compromise between fast compiling and good optimization, and need
to have a look at the JIT-cache-size /real prob on the Phase5-HW).
That's why Bernie's JIT will only start if a piece of codes has
allready been executed a few times. Using UAE's non-JIT 68k is much
faster for code that is only used once, and you don't have to throw
out other code out of a full cache.