No title
Compiler optimizations are typically implemented as a sequence of trans- formations, applied to some representation of source code. The problem of ordering these transformations in an optimal way is commonly referred to as the phase-ordering problem. Program Expressions Graphs (PEGs) are a code representation designed to get around this problem, by deferring the decision of which optimizations to
