0 votes
in JAVA by
What is JIT compiler?

1 Answer

0 votes
by

What is JIT compiler?

Just-In-Time(JIT) compiler: It is used to improve the performance. JIT compiles parts of the bytecode that have similar functionality at the same time, and hence reduces the amount of time needed for compilation. Here the term “compiler” refers to a translator from the instruction set of a Java virtual machine (JVM) to the instruction set of a specific CPU.

Related questions

0 votes
asked Jul 15, 2023 in Angular by john ganales
0 votes
0 votes
asked Apr 27, 2020 in IONIC by SakshiSharma
...