Changes between Version 14 and Version 15 of Commentary
- Timestamp:
- 09/11/06 01:48:53 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary
v14 v15 2 2 3 3 * [wiki:Commentary/Organisation The overall organisation of GHC] 4 * [wiki:Commentary/SourceTree Source Tree Roadmap] , and [wiki:ModuleDependencies module dependencies]4 * [wiki:Commentary/SourceTree Source Tree Roadmap] 5 5 * [wiki:Commentary/Pipeline The compilation pipeline] 6 * [wiki:Commentary/CodingStyle Coding guidelines]7 6 8 7 == 1. Building (SM) == … … 18 17 == 2. The Compiler == 19 18 19 * [wiki:ModuleDependencies Compiler Module Dependencies] 20 20 * Roadmap: [wiki:Commentary/Compiler/HscMain compiling a single module] 21 21 * Key data types: … … 36 36 * SM GHC API 37 37 * SM HscMain upwards: ModSummary, Finder, upsweep, downsweep, 38 * [wiki:Commentary/CodingStyle Coding guidelines] 38 39 39 40 == 3. Back end (SM) ==
