SOFTWARE PIPELINE LOOPS WITH JAVA EXCEPTION

Ni Qizhi,Zhang Weihua,Zang Binyu,Zhu Chuanqi
DOI: https://doi.org/10.3969/j.issn.1000-386X.2008.02.008
2008-01-01
Abstract:The support of precise exception of Java severely baffles the dynamic optimization ability of JIT compiler.Many researches focusing on this problem have been done.But they are all code scheduling algorithms within a sequence block.There are still few algorithms that can fulfill loop level optimization such as software pipeline with precise exception.An algorithm is presented to implement software pipeline with the existence of exception in Java.The test on Itanium shows that the algorithm does raise the performance speed tremendously.
What problem does this paper attempt to address?