Re: GHC benchmarks

2007-10-11 Thread Simon Marlow
Ketil Malde wrote: I've recently implemented some benchmarks for my library, and while I expected a slowdown for 64-bit code, I'm a bit bit surprised by the results. In summary: with 64 bit ghc 6.6.1, my benchmark runs in ~160 seconds with 32 bit ghc 6.6, it runs in ~ 95 seco

Re: GHC benchmarks

2007-10-11 Thread Christian Maeder
Ketil Malde wrote: > Hi, > > I've recently implemented some benchmarks for my library, and while I > expected a slowdown for 64-bit code, I'm a bit bit surprised by the > results. In summary: > > with 64 bit ghc 6.6.1, my benchmark runs in ~160 seconds > with 32 bit ghc 6.6, it runs in

GHC benchmarks

2007-10-11 Thread Ketil Malde
Hi, I've recently implemented some benchmarks for my library, and while I expected a slowdown for 64-bit code, I'm a bit bit surprised by the results. In summary: with 64 bit ghc 6.6.1, my benchmark runs in ~160 seconds with 32 bit ghc 6.6, it runs in ~ 95 seconds Most of the