Changes between Version 5 and Version 6 of Commentary/Compiler/NewCodeGen/Cleanup
- Timestamp:
- 10/08/12 03:09:57 (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary/Compiler/NewCodeGen/Cleanup
v5 v6 11 11 * DONE: Remove the SRT pass in `simplStg/SRT.lhs` 12 12 13 * remove RET_DYN from the RTS13 * DONE: remove RET_DYN from the RTS 14 14 15 15 * DONE: remove `-fnew-codegen`, related `HscMain` bits and the `CodeGen` module. … … 21 21 == Towards removing codeGen/Cg* == 22 22 23 * [Simon M is working on this]`CmmParse` should produce new `Cmm`.23 * DONE: `CmmParse` should produce new `Cmm`. 24 24 * We will probably want two kinds of `.cmm` file, one that is to be fed through `CmmLayoutStack` and one that isn't. 25 25 * primops will be fed through `CmmLayoutStack`, and will use the native calling convention, with the code generator inserting the copyin/copyout for us. 26 26 27 * Remove all the `Cg*` modules (requires the `CmmParse` cleanup first).27 * Remove all the `Cg*` modules 28 28 29 29 == Towards removing `OldCmm` ==
