Details About Just-in-Time Compiler
What is Just-in-Time (JIT) compiler?
Answers
Answered by
0
The JIT compiler is enabled by default, and is activated when a Java method is called. The JIT compiler compiles the bytecodes of that method into native machine code, compiling it "just in time" to run. When a method has been compiled, the JVM calls the compiled code of that method directly instead of interpreting it.
Similar questions
Social Sciences,
8 months ago
Math,
8 months ago
English,
8 months ago
Math,
1 year ago
Computer Science,
1 year ago
Geography,
1 year ago
Geography,
1 year ago