Question

Are there any tools like distcc for GHC? Or other more primitive tricks for doing distributed compilation?

I realize GHC is extremely version sensitive. Is this impractical since GHC doesn't yet support cross-compilation?

Was it helpful?

Solution

In the past I've configured distcc to invoke GHC as its compiler -- that works nicely in heterogeneous cluster environments (over ssh). I'm not aware of any other mechanism.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top