Changes between Version 27 and Version 28 of Commentary/Compiler/NewCodeGen
- Timestamp:
- 08/27/08 00:59:08 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary/Compiler/NewCodeGen
v27 v28 11 11 In timescale terms it looks like this: 12 12 * GHC 6.10 will have nothing new at all 13 13 14 * Immediately after the code fork for 6.10 we'll commit the new stuff for Step 1 and Step 2. By the end of 2008 (latest) we hope to be using the Step 2 pipeline in anger, and can discard the existing code generator entirely. To be fair, at this point you probably won't see any performance improvements; indeed compilation could be a bit slower. But the pipeline will be far more modular and flexible. 14 * Work on Step 3 will proceed in 2009. 15 16 * Work on Step 3 will proceed in 2009, but at a slower pace because John's internship ends in Oct 2008. 17 15 18 * At the same time, others can help! In particular, Cmm-to-Cmm optimisations will be easy. And some of them really should yield performance improvements. 16 19
