Compiler Analysis of the Value Ranges for Variables

  • Authors:
  • W. H. Harrison

  • Affiliations:
  • IBM Thomas J. Watson Research Center

  • Venue:
  • IEEE Transactions on Software Engineering
  • Year:
  • 1977

Quantified Score

Hi-index 0.00

Visualization

Abstract

Programs can be analyzed to determine bounds on the ranges of values assumed by variables at various points in the program. This range information can then be used to eliminate redundant tests, verify correct operation, choose data representations, select code to be generated, and provide diagnostic information. Sophisticated analyses involving the proofs of complex assertions are sometimes required to derive accurate range information for the purpose of proving programs correct. The performance of such algorithms may be unacceptable for the routine analysis required during the compilation process. This paper presents a discussion of mechanical range analysis employing techniques practical for use in a compiler. This analysis can also serve as a useful adjunct to the more sophisticated techniques required for program proving.