Font Size: a A A

A compiler infrastructure for research on high-performance Java

Posted on:2002-10-08Degree:M.A.ScType:Thesis
University:University of Toronto (Canada)Candidate:Brewster, Neil VinayFull Text:PDF
GTID:2468390011499602Subject:Computer Science
Abstract/Summary:PDF Full Text Request
This thesis describes the zJava High Level Intermediate Representation (HLIR), which provides a framework for the analysis and restructuring of Java programs at the source code level. The system is designed to minimize the time taken to proto type new compiler analyses, guaranteeing under transformations both the consistency of its internal structure and the syntactic correctness of the represented code. We address several challenges unique to Java, which have not been addressed by earlier frameworks. These include automatic maintenance of complex symbol scope information under transformations, insertion of implicit code to accurately model the source program, incorporation of compiled code into the representation, and representation of the complex control flow of exception handling constructs. We include support for the sharing of information between compiler passes, and mechanisms to support interprocedural analysis. We believe that the features we introduce in the zJava HLIR will result in a means of rapidly prototyping new Java compiler analyses. We give a number of examples illustrating the use and utility of the infrastructure.
Keywords/Search Tags:Java, Compiler
PDF Full Text Request
Related items