Just In Time (JIT) compilation
Converts a bytecode sequence into native machine instructions and executes the instruction sequence directly
Provides a huge increase in speed
Currently working for ALPHA, Arm, Intel x86, PPC, and SPARC version 8 processors