A Java Virtual Machine Design Based on Hybrid Concurrent Compilation Model

Zheng Weimin,Zheng Fengzhou,Yang Bo,Wang Yanling
2000-01-01
Abstract:The shift from interpretation to Just-In-Time compilation has improved Java's performance largely. However, further amelioration is still possible. A new execution model of Java - hybrid concurrent compilation model (HCCM) is proposed in this paper, which possesses the potential to surpass JIT by overlapping the production of native code with program execution through multithreaded control. We also present the design of our ongoing HCCM-based Java Virtual Machine, discuss some new-emerged technical issues in the implementation of such a Java VM and make some prediction about its performance.
What problem does this paper attempt to address?