The mechanism and analysis of optimizing programs based on byte code specialization

Hongyan Mao,Linpeng HUANG,Yongqiang SUN
DOI: https://doi.org/10.3321/j.issn:1002-0470.2005.05.002
2005-01-01
Abstract:It's essential to improve the running performance of programs to reveal Java platform-independence and distributed computing advantages, and to accelerate the web technology. This paper discusses the byte code specialization technology based on partial evaluation and presents the mechanism of specializing general program codes to the efficient implementation aimed at the specific area and architecture. A partial evaluator Jmix oriented-Java byte code is realized and the performance results show that Jmix abbreviates the byte code and enhances the running efficiency.
What problem does this paper attempt to address?