Checking Programmer-Specified Non-Aliasing

  • Authors:
  • Jeffrey S. Foster;Alex Aiken

  • Affiliations:
  • -;-

  • Venue:
  • Checking Programmer-Specified Non-Aliasing
  • Year:
  • 2001

Quantified Score

Hi-index 0.00

Visualization

Abstract

We study the new ANSI C type qualifier restrict, which allows programmers to specify pointers that are not aliased to other pointers. The main contribution of this paper is a formal semantics for restrict and a type and effect system for checking that restrict-annotated programs are correct with respect to our semantics. We give an efficient inference algorithm for our type system and describe natural extensions of our type system to include subtyping, parametric polymorphism, and affects clauses that capture the effects of calling a function. We also discuss ways in which our type system differs from the ANSI C standard.