One of JIT Compiler's Implementation in JVM

YAN Wei,GU Jian-hua
DOI: https://doi.org/10.3969/j.issn.1002-2279.2007.05.020
2007-01-01
Microprocessors
Abstract:Analyze the implementation theory of Just-In-Time of Kaffe Virtual Machine,and how to use Trampoline technique as springboard to improve the execution performance,and the source codes of how to implement the Trampoline in i386 platform.Finally,explain how the bytecodes were mapped onto intermediate codes and translated to native codes.
What problem does this paper attempt to address?