Algorithm for Implementing Java Exception Mechanism in Static Compiler

曹志伟,杨克峤,王伟,周寻,杨珉
DOI: https://doi.org/10.3969/j.issn.1000-3428.2009.15.030
2009-01-01
Abstract:Compiling a Java program into native executable file statically is an alternative way of using Java VM(Virtual Machine) to mna Java. program dynamically. This paper introduces an algorithm to implement Java exception mechanism in a Java static compiler, and presents the implementation of this algorithm based on the Java Open64 open source compiler. The effectiveness of this algorithm is proved by the test with SPECjvm98 testsuite.
What problem does this paper attempt to address?