Definitions for "Just-in-time compiler"
Keywords:  jit, bytecode, jvm, compile, java
a feature embedded in a JVM which allows to compile for the local platform some parts of the JAVA binary code
produces faster code than an interpreter
(JIT compiler) (n.) A compiler that converts all the bytecode into native machine code just as a JavaTM program is run. This conversion results in runtime speed improvements over code that is interpreted by a Java virtual machine (JVM).
Keywords:  information
more information ...