Check out my first novel, midnight's simulacra!

Compiler Design: Difference between revisions

From dankwiki
Line 37: Line 37:
* It's much easier to perform global value numbering optimizations in this representation (see Muchnick, p378-396)
* It's much easier to perform global value numbering optimizations in this representation (see Muchnick, p378-396)
** Global value numbering is much more complete that basic common subexpression elimination
** Global value numbering is much more complete that basic common subexpression elimination
** Partial redundancy elimination can be unified with global value numbering


===Loops===
===Loops===