Changes between Version 10 and Version 11 of Commentary/Compiler/IntegratedCodeGen
- Timestamp:
- 06/04/08 10:09:53 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary/Compiler/IntegratedCodeGen
v10 v11 21 21 * Replace variable references with machine register and stack slots. 22 22 0. Stack Layout: ZGraph Instrs<> -> ZGraph Instrs<> 23 * Choose a stack layout. 24 * Replace references to stack slots with addresses on the stack. 25 * Replace compile-time constants with offsets into the stack. 23 26 0. Proc-point splitting: ZGraph Instrs<> -> [ZGraph Instrs<>] 24 27 * Each proc point gets its own procedure. 28 0. Code emission: ZGraph Instrs<> -> String 29 * Assembly code ahoy! 25 30 26 31
