Mixed mode interpretation

Mixed mode interpretation is the act of using bytecode interpretation to execute most parts of a Java program in a JVM, but with added firepower from a JIT compiler. The compiler optimizes methods that the runtime knows are hot, i.e. called frequently or where the program spends large amounts of its time.

See also Bytecode interpretation, Java bytecode, and JIT compilation.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.135.198.174