Johannes Waldmann wrote:

Can ghc execute compilations in parallel?
(With  GNU make, I'd say "make -j 2"
but how to achieve this with "ghc --make" ?)

Sorry, not at the moment. We implemented a hacky version of it for our Haskell Workshop '05 paper:

http://haskell.org/~simonmar/bib/multiproc05_abstract.html

but later concluded that GHC really needed some more substantial re-engineering to make it reliable. There's a ticket for it:

http://hackage.haskell.org/trac/ghc/ticket/910

Cheers,
        Simon
_______________________________________________
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to