Abstract
This paper generalizes an algebraic method for the design of a correct compiler to tackle specification and verification of an optimized compiler. The main optimization issues of concern here include the use of existing contents of registers where possible and the identification of common expressions. A register table is introduced in the compiling specification predicates to map each register to an expression whose value is held by it. We define different kinds of predicates to specify compilation of programs, expressions and Boolean tests. A set of theorems relating to these predicates, acting as a correct compiling specification, are presented and an example proof within the refinement algebra of the programming language is given. Based on these theorems, a prototype compiler in Prolog is produced.
| Original language | English |
|---|---|
| Pages (from-to) | 643-658 |
| Number of pages | 16 |
| Journal | Formal Aspects of Computing |
| Volume | 6 |
| Issue number | 6 |
| DOIs | |
| State | Published - Dec 1994 |
| Externally published | Yes |
Keywords
- Code optimization
- Formal verification
- Logic programming
- Program compilation
- Refinement algebra