The ‘machine code’ of a virtual machine (def. 2). It is executed by program that emulates such a machine on a specific platform. To give better performance, units of intermediate code are commonly translated into native machine code at runtime by a JIT compiler.