Efficiently Computing Static Single Assignment Form and the Control Dependence Graph

  • Authors:
  • Ron Cytron;Jeanne Ferrante;Barry K. Rosen;Mark N. Wegman;F. K Zadeck

  • Affiliations:
  • -;-;-;-;-

  • Venue:
  • Efficiently Computing Static Single Assignment Form and the Control Dependence Graph
  • Year:
  • 1991

Quantified Score

Hi-index 0.00

Visualization

Abstract

In optimizing compilers, data structure choices directly influence the power and efficiency of practical program optimization. A poor choice of data structure can inhibit optimization or slow compilation to the point that advanced optimization features become undesirable. Recently, static single assignment form and the control dependence graph have been proposed to represent data flow and control flow properties of programs. Each of these previously unrelated techniques lends efficiency and power to a useful class of program optimizations. Although both of these structures are attractive, the difficulty of their construction and their potential size have discouraged their use. We present new algorithms that efficiently compute these data structures for arbitrary control flow graphs. The algorithms use {\em dominance frontiers}, a new concept that may have other applications. We also give analytical and experimental evidence that all of these data structures are usually linear in the size of the original program. This paper thus presents strong evidence that these structures can be of practical use in optimization.