Changes between Version 16 and Version 17 of Building/Hacking
- Timestamp:
- 12/05/06 01:32:40 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building/Hacking
v16 v17 198 198 However, note that the libraries are built without optimisation, so this build isn't very useful. The stage 2 compiler will be very slow. 199 199 200 On a 4-core x86 machine using `make -j10`, this build was timed at less than 8 minutes. 201 202 == Parallel builds == 203 204 The GHC build system works with make's `-j` flag, which spawns multiple compile processes in parallel. Even on a single processor machine it's usually worthwhile using at least `make -j2`, because the I/O will be overlapped with compute-intensive compilation. On a multicore machine, higher `-j` values will speed up the build even more. 205 200 206 == Full optimisation == 201 207
