Changes between Version 16 and Version 17 of Commentary/Compiler/API
- Timestamp:
- 02/16/11 14:24:43 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary/Compiler/API
v16 v17 82 82 83 83 * We might not need to compile certain modules, if none of their dependencies have changed. GHC's 84 [wiki:Commentary/Compiler/Recompilation Checkerrecompilation checker] determines whether a module really needs84 [wiki:Commentary/Compiler/RecompilationAvoidance recompilation checker] determines whether a module really needs 85 85 to be compiled or not. 86 86 * In GHCi, we might just be reloading the program after making some changes, so we don't even want to re-link 87 87 modules for which no dependencies have changed. 88 89 == Stable Modules ==90 91 !ToDo.
