[Haskell-cafe] saner shootout programs

Bulat Ziganshin bulat.ziganshin at gmail.com
Tue May 13 11:38:36 EDT 2008


Hello Richard,

Tuesday, May 13, 2008, 6:10:54 PM, you wrote:

> because I was compiling my splitAt with -O2 optimisation as opposed
> to the built-in version being compiled with -O. The extra optimisations
> in -O2 are a new feature of GHC (and -O2 is slower to compile which is
> why the built-in version doesn't use it, but that doesn't matter for the
> shootout).

-O2 is very old ghc feature and i think that ghc base library is
compiled with -O2 - it's too obvious idea

-- 
Best regards,
 Bulat                            mailto:Bulat.Ziganshin at gmail.com



More information about the Haskell-Cafe mailing list