Changes between Version 7 and Version 8 of Status/October08
- Timestamp:
- 10/20/08 20:24:22 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Status/October08
v7 v8 33 33 Meanwhile, development goes on in the HEAD: 34 34 35 * John Dias is still working hard on rewriting GHC's backend, and his changes should be landing in the HEAD during October.35 * John Dias has been working hard on rewriting GHC's backend, and his changes should be landing in the HEAD during October. You can find an [wiki:Commentary/Compiler/NewCodeGenPipeline overview of the new architecture on the wiki] 36 36 37 37 * The DPH team are still developing furiously. … … 45 45 From a development point of view, there are a couple of changes on the horizon: 46 46 47 * We plan to change how GHC's build system works, to decouple it from Cabal's internals. Our current plans are [wiki:Design/BuildSystem here]. 47 * We plan to change how GHC's build system works, to decouple it from Cabal's internals. Our current plans are [wiki:Design/BuildSystem here]. 48 48 49 * We plan to change from darcs to git for the version control system used by GHC 49 * We plan to change from darcs to git for the version control system used by GHC; our plans are described [wiki:Design/VersionControlSystem here]. 50 51 We plan to make the build-system changes first, and only then tackle the version control system.
