Re: Benchmarking GHC

2006-10-21 Thread Arjen van Weelden
John Meacham wrote: On Fri, Oct 20, 2006 at 10:38:39AM +0100, Simon Marlow wrote: I'm not sure that -funbox-strict-fields always improves performance, even if you only do it on Ints for example. If you end up pulling out those fields and passing the Int to a lazy function, the Int will be

Re: Stack overflow machine dependent?

2004-12-13 Thread Arjen van Weelden
Simon Marlow wrote: On 14 December 2004 10:46, Arjen van Weelden wrote: I compiled a Haskell 98 program using ghc 6.2 -O and ran the executable, using main +RTS -H256m -s, on two similar computers: PC 1: Athlon 1400, 512MB, Windows XP Prof SP2 (successful termination) PC 2: Athlon XP 1800+, 512MB

Stack overflow machine dependent?

2004-12-13 Thread Arjen van Weelden
Hello, I compiled a Haskell 98 program using ghc 6.2 -O and ran the executable, using main +RTS -H256m -s, on two similar computers: PC 1: Athlon 1400, 512MB, Windows XP Prof SP2 (successful termination) PC 2: Athlon XP 1800+, 512MB, Windows XP Prof SP2 (stack overflow) The program runs