HyperLink   Modular Interprocedural Pointer Analysis Using Access Paths: Design, Implementation, and Evaluation.
Paper of IMPACT - Cited Greater Than 150 Times
   
Publication Year:
  2000
Authors
  Ben-Chung Cheng, Wen-mei Hwu
   
Published:
  Proceedings of the 2000 ACM SIGPLAN Conference on Programming Language Design and Implementation, Vancouver, British Columbia, Canada, June, 2000
   
Abstract:

In this paper we present a modular interprocedural pointer analysis algorithm based on access-paths for C programs. We argue that access paths can reduce the overhead of representing context-sensitive transfer functions and effectively distinguish non-recursive heap objects. And when the modular analysis paradigm is used together with other techniques to handle type casts and function pointers, we are able to handle significant programs like those in the SPECcint92 and SPECcint95 suites. We have implemented the algorithm and tested it on a Pentium II 450 PC running Linux. The observed resource consumption and performance improvement are very encouraging.