Abstract
Program analysis is the heart of modern compilers. Most control flow analyses are reduced to the problem of finding a fixed point in a certain transition system, and such fixed point is commonly computed through an iterative procedure that repeats tracing until convergence. This paper proposes a new method to analyze programs through recursive graph traversals instead of iterative procedures, based on the fact that most programs (without spaghetti GOTO) have well-structured control flow graphs, graphs with bounded tree width. Our main techniques are; an algebraic construction of a control flow graph, called SP Term, which enables control flow analysis to be defined in a natural recursive form, and the Optimization Theorem, which enables us to compute optimal solution by dynamic programming. We illustrate our method with two examples; dead code detection and register allocation. Different from the traditional standard iterative solution, our dead code detection is described as a simple combination of bottom-up and top-down traversals on SP Term. Register allocation is more interesting, as it further requires optimality of the result. We show how the Optimization Theorem on SP Terms works to find an optimal register allocation as a certain dynamic programming.
Original language | English |
---|---|
Pages | 111-123 |
Number of pages | 13 |
Publication status | Published - 2003 |
Externally published | Yes |
Event | Eighth ACM SIGPLAN International Conference on Functional Programming - Uppsala, Sweden Duration: 2003 Aug 25 → 2003 Aug 29 |
Conference
Conference | Eighth ACM SIGPLAN International Conference on Functional Programming |
---|---|
Country/Territory | Sweden |
City | Uppsala |
Period | 03/8/25 → 03/8/29 |
Keywords
- Catamorphism
- Control Flow Graph
- Dynamic Programming
- Program Analysis
- Register Allocation
- SP Term
- Tree Width
ASJC Scopus subject areas
- Software