
17 Nov
2017
17 Nov
'17
1:46 p.m.
Simon Peyton Jones via ghc-devs
Urk! I expected Hadrian to be faster because it has more accurate dependencies.
While this is just speculation, this might actually be one of the reasons why the no-op case is slower: in make's case the dependency graph is mostly static whereas in Hadrian the build system needs to discover dependencies dynamically. Either way, thanks for this characterization, Herbert! Cheers, - Ben