@millihertz maybe there's something about the Inferno OS, which has its own virtual machine called Dis. It can run in JIT mode, pure interpreted mode, as well as native on hardware. You might be lucky since it's always the exact same code that runs, and the same byte code that's interpreted/compiled.