Changes between Version 5 and Version 6 of Commentary/Compiler/RecompilationAvoidance
- Timestamp:
- 11/30/07 08:22:02 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary/Compiler/RecompilationAvoidance
v5 v6 1 = Recompilation checking in GHC = 2 3 == What is recompilation checking? == 1 2 3 = Recompilation Avoidance = 4 5 == What is recompilation avoidance? == 4 6 5 7 When GHC is compiling a module, it tries to determine early on whether … … 62 64 63 65 64 == Why do we need recompilation checking? ==66 == Why do we need recompilation avoidance? == 65 67 66 68 === `make` ===
