
18 Oct
2007
18 Oct
'07
7:18 p.m.
On Thu, 2007-10-18 at 13:19 +0200, Johannes Waldmann wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Can ghc execute compilations in parallel? (With GNU make, I'd say "make -j 2" but how to achieve this with "ghc --make" ?)
We're also going to try and solve this in Cabal by having Cabal do the module dependency analysis and then call ghc (and pre-processors) in single shot mode and in parallel. Duncan