Start of Content Area
just-in-time compiler (BC-VMC)

Virtual Machine Container (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).

End of Content Area