Changes between Version 40 and Version 41 of Commentary/Compiler/NewCodeGen
- Timestamp:
- 10/17/08 05:25:49 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary/Compiler/NewCodeGen
v40 v41 31 31 == Loose ends as at October 2008 == 32 32 33 Short term 34 * Fix if-then-else special case in `StgCmmExpr` 35 * Perhaps some obvious CSE opportunities 33 36 * We only use one GC entry point, but there should be a bunch of canned ones. 37 * Check performance regressions (one or two allocation (odd)); several on time. 38 39 Tidying up 34 40 * Get rid of SRTs and live-variable info from STG, and from the Core-to-Stg phase. 35 * Fix if-then-else special case in `StgCmmExpr`36 41 * Do not split proc-points into separate `CmmProc` 37 42 * Nuke old code gen, and associated Cmm cruft
