AlanTo the point where I have had to explicitly disable optimisation on HaRe, otherwise the build takes too long.I agree.I find compilation time on things with large data structures, such as working with the GHC AST via the GHC API get pretty slow.On Sun, Dec 4, 2016 at 9:47 PM, Michal Terepeta <michal.terepeta@gmail.com> wrote:______________________________Hi everyone,I've been running nofib a few times recently to see the effect of some changeson compile time (not the runtime of the compiled program). And I've startedwondering how representative nofib is when it comes to measuring compile timeand compiler allocations? It seems that most of the nofib programs compilereally quickly...Is there some collections of modules/libraries/applications that were puttogether with the purpose of benchmarking GHC itself and I just haven'tseen/found it?If not, maybe we should create something? IMHO it sounds reasonable to haveseparate benchmarks for:- Performance of GHC itself.- Performance of the code generated by GHC.Thanks,Michal_________________
ghc-devs mailing list
ghc-devs@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs
_______________________________________________
ghc-devs mailing list
ghc-devs@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs