Thesis (Ph. D.)--Massachusetts Institute of Technology, Dept. of Electrical Engineering and Computer Science, 2006.Includes bibliographical references (p. 193-200).This dissertation presents a pointer analysis for Java programs, together with several practical analysis applications. For each program point, the analysis is able to construct a points-to graph that describes how local variables and object fields point to objects. Each points-to graph also contains escape information that identifies the objects that are reachable from outside the analysis scope. Our pointer analysis can extract correct information by analyzing only parts of a whole program. First, our analysis analyzes a method without requiring information about its calling co...
Many current program analyses require highly precise pointer information about small, tar- geted pa...
Many current program analyses require highly precise pointer information about small, tar- geted par...
This thesis investigates the pointer alias information in Java programs. The basic idea is to get th...
This dissertation presents a pointer analysis for Java programs, together with several practical ana...
Pointer analysis addresses a fundamental problem in program analysis: determining statically whether...
Thesis (S.M.)--Massachusetts Institute of Technology, Dept. of Electrical Engineering and Computer S...
We present a new method purity analysis for Java programs.A method is pure if it does not mutate any...
textPointer analysis is a fundamental enabling technology for program analysis. By improving the sc...
textPointer analysis is a fundamental enabling technology for program analysis. By improving the sc...
Pointer analysis is a fundamental static program analysis, with a rich literature and wide applicati...
Many compiler analyses and optimizations require precise information about the behaviour of pointers...
Points-to analysis addresses a fundamental problem in program analysis: determining statically which...
Abstract This paper presents a combined pointer and escape analysis algorithm for Java programs. The...
Many compiler analyses and optimizations require precise information about the behaviour of pointer...
Many current program analyses require highly precise pointer information about small, tar- geted pa...
Many current program analyses require highly precise pointer information about small, tar- geted pa...
Many current program analyses require highly precise pointer information about small, tar- geted par...
This thesis investigates the pointer alias information in Java programs. The basic idea is to get th...
This dissertation presents a pointer analysis for Java programs, together with several practical ana...
Pointer analysis addresses a fundamental problem in program analysis: determining statically whether...
Thesis (S.M.)--Massachusetts Institute of Technology, Dept. of Electrical Engineering and Computer S...
We present a new method purity analysis for Java programs.A method is pure if it does not mutate any...
textPointer analysis is a fundamental enabling technology for program analysis. By improving the sc...
textPointer analysis is a fundamental enabling technology for program analysis. By improving the sc...
Pointer analysis is a fundamental static program analysis, with a rich literature and wide applicati...
Many compiler analyses and optimizations require precise information about the behaviour of pointers...
Points-to analysis addresses a fundamental problem in program analysis: determining statically which...
Abstract This paper presents a combined pointer and escape analysis algorithm for Java programs. The...
Many compiler analyses and optimizations require precise information about the behaviour of pointer...
Many current program analyses require highly precise pointer information about small, tar- geted pa...
Many current program analyses require highly precise pointer information about small, tar- geted pa...
Many current program analyses require highly precise pointer information about small, tar- geted par...
This thesis investigates the pointer alias information in Java programs. The basic idea is to get th...