JIT compiler

Short for Just-In-Time compiler, the JIT compiler is a Java compiler that enables Java interpreted code to be compiled into the native machine language on the fly.

Also see: Compile, Java