Symbolic Evaluation and the Analysis of Programs

  • Authors:
  • T. E. Cheatham;G. H. Holloway;J. A. Townley

  • Affiliations:
  • Center for Research in Computing Technology, Harvard University;-;-

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

Quantified Score

Hi-index 0.01

Visualization

Abstract

Symbolic evaluation is a form of static program analysis in which symbolic expressions are used to denote the values of program variables and computations. It does not require the user to specify which path at a conditional branch to follow nor how many cycles of a loop to consider. Instead, a symbolic evaluator uses conditional expressions to represent the uncertainty that arises from branching and develops and attempts to solve recurrence relations that describe the behavior of loop variables.