On Mon, May 16, 2011 at 11:08:33AM +0100, Simon Marlow wrote: > > Perhaps make's scheduling algorithm is suboptimal for our graph. I > seem to recall Shake does some kind of random scheduling, is that > right?
I don't know if shake does so, but a build system could remember how long it takes to build any given file, and in future builds assume that the times will be similar and schedule accordingly. I don't know how much difference that would make in practice, though. Thanks Ian _______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc