Changes between Version 17 and Version 18 of Commentary/Compiler/NewCodeGen
- Timestamp:
- 05/16/08 05:04:02 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary/Compiler/NewCodeGen
v17 v18 76 76 * Remove unreachable blocks. 77 77 * Block concatenation. branch to K; and this is the only use of K. 78 79 * Common block elimination (like CSE). This essentially implements the Adams optimisation, we believe. 78 * Common Block Elimination (like CSE). This essentially implements the Adams optimisation, we believe. 80 79 * Consider (sometime): block duplication. branch to K; and K is a short block. Branch chain elimination is just a special case of this. 81 80
