Patrick Bahr IT University of Copenhagen

Proving Correctness of Compilers Using Structured Graphs

Patrick Bahr
Functional and Logic Programming, p. 221-237, 2014.

Abstract

We present an approach to compiler implementation using Oliveira and Cook’s structured graphs that avoids the use of explicit jumps in the generated code. The advantage of our method is that it takes the implementation of a compiler using a tree type along with its correctness proof and turns it into a compiler implementation using a graph type along with a correctness proof. The implementation and correctness proof of a compiler using a tree type without explicit jumps is simple, but yields code duplication. Our method provides a convenient way of improving such a compiler without giving up the benefits of simple reasoning.

Categories: Compilers, Formal Verification, Functional Programming

Tags: Compiler, Verification, Graphs, Fold, Free Monad