Home

Using annotations to reduce dynamic optimization time


Author(s) : Brad Calder Chandra Krintz, 
Publisher : N/A
Publication Date : 2001
ISSN : N/A
Abstract : Dynamic compilation and optimization are widely used in heterogenous computing environments, in which an intermediate form of the code is compiled to native code during execution. An important tradeo exists between the amount of time spent dynamically optimizing the program and the running time of the program. The time to perform dynamic optimizations can cause signicant delays during execution and also prohibit performance gains that result from more complex optimization. In this research, we present an annotation framework that substantially reduces compilation overhead of Java programs. Annotations consist of analysis information collected o-line and are incorporated into Java programs. The annotations are then used by dynamic compilers to guide optimization. The annotations we present reduce compilation overhead incurred at all stages of compilation and optimization as well as enable complex optimizations to be performed dynamically. On average, our annotation optimizations reduce optimized compilation overhead by 78 % and enable speedups of 7 % on average for the programs examined.,