Sciweavers

POS
2000
Springer

A Framework for Persistence-Enabled Optimization of Java Object Stores

13 years 8 months ago
A Framework for Persistence-Enabled Optimization of Java Object Stores
Abstract. Aggressive optimization of programs often relies on analysis and transformation that cuts across the natural abstraction boundaries of the source programming language, such as procedures in procedural languages, or classes in class-based object-oriented languages like Java. Unfortunately, execution environments for languages such as Java dynamically link code into the application as it executes, precluding cross-cutting analyses and optimizations that are too expensive to apply on-line. Fortunately, persistent object systems usually treat the code base as an integral part of the persistent store. This code base approximates the notion of "wholeprogram" that has been exploited in other optimization frameworks. This paper describes an analysis and optimization framework for Java that operates against the persistent code base, and couples the results of analysis and optimization with the run-time system to ensure continued correctness of the resulting code. The framewo...
David Whitlock, Antony L. Hosking
Added 25 Aug 2010
Updated 25 Aug 2010
Type Conference
Year 2000
Where POS
Authors David Whitlock, Antony L. Hosking
Comments (0)