Online feedback-directed optimization of Java
Online feedback-directed optimization of Java
复制标题
DOI:
10.1145/582419.582432
复制
发表时间:
2002-11
影响因子:
--
通讯作者:
Matthew Arnold;M. Hind;B. Ryder
中科院分区:
文献类型:
--
作者:
Matthew Arnold;M. Hind;B. Ryder
This paper describes the implementation of an online feedback-directed optimization system. The system is fully automatic; it requires no prior (offline) profiling run. It uses a previously developed low-overhead instrumentation sampling framework to collect control flow graph edge profiles. This profile information is used to drive several traditional optimizations, as well as a novel algorithm for performing feedback-directed control flow graph node splitting. We empirically evaluate this system and demonstrate improvements in peak performance of up to 17% while keeping overhead low, with no individual execution being degraded by more than 2% because of instrumentation.