Changes between Version 8 and Version 9 of Commentary/Compiler/RecompilationAvoidance
- Timestamp:
- 11/30/07 08:45:55 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary/Compiler/RecompilationAvoidance
v8 v9 65 65 66 66 == Why do we need recompilation avoidance? == 67 68 === GHCi and `--make` === 69 70 The simple fact is that when you make a small change to a large program, it is often not necessary to recompile 71 every module that depends directly or indirectly on something that changed. In GHCi and `--make`, GHC considers every module in the program in dependency order, and decides whether it needs to be recompiled, or whether the existing object code and interface will do. 67 72 68 73 === `make` ===
