The JIT (Just-In-Time) compiler is used to increase compilation performance. JIT compiles a portion of the byte code that performs the same function at the same time, thus reducing the compilation time. Here, the term "compiler" refers to the translation from the script of a Java VM (JVM) to the instruction set of a particular CPU.
The JIT (Just-In-Time) compiler is used to increase compilation performance. JIT compiles a portion of the byte code that performs the same function at the same time, thus reducing the compilation time. Here, the term "compiler" refers to the translation from the script of a Java VM (JVM) to the instruction set of a particular CPU.