Changes between Version 11 and Version 12 of Commentary/Compiler
- Timestamp:
- 08/02/07 23:14:26 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary/Compiler
v11 v12 54 54 [[GhcFile(compiler/main/DriverMkDepend.hs)]]. 55 55 56 * The "one-shot" mode, where GHC compiles each file on the command line separately (eg. {{{ghc -c Foo.hs}}}). This mode bypasses t ehGHC API, and is implemented56 * The "one-shot" mode, where GHC compiles each file on the command line separately (eg. {{{ghc -c Foo.hs}}}). This mode bypasses the GHC API, and is implemented 57 57 directly on top of [wiki:Commentary/Compiler/HscMain HscMain], since it compiles only one file at a time. In fact, this is all that 58 58 GHC consisted of prior to version 5.00 when GHCi and `--make` were introduced.
