| just-in-time compiler (BC-VMC) |
JIT Compiler or Just-in-Time Compiler is part of a modern virtual machine (such as SAP Java VM) and speeds up the execution of programs.
JIT compilation improves the performance of application software that exists as byte code. At runtime, the byte code is compiled dynamically into native machine code by JIT Compiler (code that can be handled directly by the processor).