[Haskell-cafe] How you can help improve Haskell implementations!

Donald Bruce Stewart dons at cse.unsw.edu.au
Mon Feb 26 07:27:31 EST 2007


ndmitchell:
> Hi
> 
> >And also I guess the compilers will do more optimisations, etc.
> >So this suggests an obvious extra feature for nobench which would be the
> >ability to view a graph of each compiler's performance over a period of
> >time, obviously this probably wouldn't be useful for at least a few
> >months.
> 
> We hope to add experimental -O to Yhc within the next week or so, very
> soon would help us :)
> 

Its easy enough to run two or more versions of a compiler. So we can
check ghc against ghc-head , or yhc against yhc-old.

Just ping me if you want something checked like that.

-- Don


More information about the Haskell-Cafe mailing list