[Haskell-cafe] speed: ghc vs gcc

Dan Doel dan.doel at gmail.com
Fri Feb 20 10:59:22 EST 2009


On Friday 20 February 2009 10:52:03 am David Leimbach wrote:
> The GCC optimizer must know that you can't return a value to user space of
> that large as a return result.
>
> In Haskell you're printing it... why not print it in C++?

I actually changed my local copy to print out the result (since I wanted to 
make sure it was using 64 bit ints). It didn't make a difference in the timing 
(of either the 32 or 64 bit version).


More information about the Haskell-Cafe mailing list