High-level real-time programming in Java
David F. Bacon, Perry Cheng, et al.
EMSOFT 2005
Future high-performance virtual machines will improve performance through sophisticated online feedback-directed optimizations. This paper presents the architecture of the Jalapeño Adaptive Optimization System, a system to support leading-edge virtual machine technology and enable ongoing research on online feedback-directed optimizations. We describe the extensible system architecture, based on a federation of threads with asynchronous communication. We present an implementation of the general architecture that supports adaptive multi-level optimization based purely on statistical sampling. We empirically demonstrate that this profiling technique has low overhead and can improve startup and steady-state performance, even without the presence of online feedback-directed optimizations. The paper also describes and evaluates an online feedback-directed inlining optimization based on statistical edge sampling. The system is written completely in Java, applying the described techniques not only to application code and standard libraries, but also to the virtual machine itself. © 2000 ACM.
David F. Bacon, Perry Cheng, et al.
EMSOFT 2005
Matthew Arnold, Stephen Fink, et al.
DYNAMO 2000
Matthew Arnold, David Grove
CGO 2005
Bowen Alpern, Anthony Cocchi, et al.
JAVA VM 2001