Transparent Dynamic Optimization (1999)
| Citations: | 18 - 0 self |
BibTeX
@TECHREPORT{Bala99transparentdynamic,
author = {Vasanth Bala and Vasanth Bala and Evelyn Duesterwald and Evelyn Duesterwald and Sanjeev Banerjia and Sanjeev Banerjia},
title = {Transparent Dynamic Optimization},
institution = {},
year = {1999}
}
Years of Citing Articles
OpenURL
Abstract
Dynamic optimization refers to the runtime optimization of a native program binary. This paper describes the design and implementation of Dynamo, a prototype dynamic optimizer that is capable of optimizing a native program binary at runtime. Dynamo is a realistic implementation, not a simulation, that is written entirely in user-level software, and runs on a PA-RISC machine under the HPUX operating system. Dynamo does not depend on any special programming language, compiler, operating system or hardware support. The program binary is not instrumented and is left untouched during Dynamo's operation. Dynamo observes the program's behavior through interpretation to dynamically select hot instruction traces from the running program. The hot traces are optimized using low-overhead optimization techniques and emitted into a software code cache. Subsequent instances of these traces cause the cached version to be executed, resulting in a performance boost. Contrary to intuition, we ...







