Changes between Version 76 and Version 77 of Commentary/Compiler/NewCodeGen
- Timestamp:
- 09/18/12 03:04:45 (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary/Compiler/NewCodeGen
v76 v77 3 3 This page summarises work that Norman Ramsey, Simon M, Simon PJ, and John Dias are doing on re-architecting GHC's back end. Here is the state of play; see also [wiki:Commentary/Compiler/Backends/LLVM work on the LLVM back end]. 4 4 5 * Bug list (code-gen related bugs that we may be able to fix): 6 * #1498 (avoid redundant heap check on the fast path) 7 * #3552 (unreachable code) 8 * #3462 (a feature) 9 * #2249 10 * #2253 11 * #2289 12 13 * (Sept 12) New code generator is live. Here's the [wiki:Commentary/Compiler/NewCodeGen/Cleanup page listing clean-up tasks] that we can now do. 5 14 * Simon M added a [blog:newcg-update Blog Post] about the new code generator status 6 15 … … 75 84 76 85 77 == Bugs ==78 86 79 Bug list (code-gen related bugs that we may be able to fix):80 * #1498 (avoid redundant heap check on the fast path)81 * #3552 (unreachable code)82 * #3462 (a feature)83 * #224984 * #225385 * #2289
