Modern Compiler Implementation in ML

©1998 by Andrew W. Appel

Implementation Notes for the Tiger Compiler

Alternate graph representation
Chapter 10 describes the Graph module, which presents an abstract view of directed graphs for CFG's and interference graphs. Without so much abstraction, the compiler can run faster.