Sciweavers

SCAM
2003
IEEE

Online Cycle Detection and Difference Propagation for Pointer Analysis

13 years 10 months ago
Online Cycle Detection and Difference Propagation for Pointer Analysis
This paper presents and evaluates a number of techniques to improve the execution time of interprocedural pointer analysis in the context of large C programs. The analysis is formulated as a graph of set constraints and solved using a worklist algorithm. Indirections lead to new constraints being added during this process. In this work, we present a new algorithm for online cycle detection, and a difference propagation technique which records changes in a variable’s solution. Effectiveness of these and other methods are evaluated experimentally using nine common ‘C’ programs ranging between 1000 to 55000 lines of code.
David J. Pearce, Paul H. J. Kelly, Chris Hankin
Added 05 Jul 2010
Updated 05 Jul 2010
Type Conference
Year 2003
Where SCAM
Authors David J. Pearce, Paul H. J. Kelly, Chris Hankin
Comments (0)