Error checking with client-driven pointer analysis

  • Authors:
  • Samuel Z. Guyer;Calvin Lin

  • Affiliations:
  • The University of Texas at Austin, Department of Computer Sciences, Austin, TX;The University of Texas at Austin, Department of Computer Sciences, Austin, TX

  • Venue:
  • Science of Computer Programming - Special issue: Static analysis symposium (SAS 2003)
  • Year:
  • 2005

Quantified Score

Hi-index 0.00

Visualization

Abstract

This paper presents a new client-driven pointer analysis algorithm that automatically adjusts its precision in response to the needs of client analyses. Using five significant error detection problems as clients, we evaluate our algorithm on 18 real C programs. We compare the accuracy and performance of our algorithm against several commonly used fixed-precision algorithms. We find that the client-driven approach effectively balances cost and precision, often producing results as accurate as fixed-precision algorithms that are many times more costly. Our algorithm works because many client problems only need a small amount of extra precision applied to selected portions of each input program.