
--- On Mon, 6/7/10, Don Stewart
As Louis has already mentioned this to me, I'll take
From: Don Stewart
Subject: Re: [Haskell-cafe] Problems with threading? To: "Isaac Gouy" Cc: "Louis Wasserman" , "Haskell Café List" Date: Monday, June 7, 2010, 4:43 PM igouy2: the opportunity to sketch out a simple approach -
1) GHC programs compiled without -threaded and run without +RTS -N are already shown for x86 and x64
http://shootout.alioth.debian.org/u32/compare.php?lang=ghc
http://shootout.alioth.debian.org/u64/compare.php?lang=ghc
2) For quad-core, the GHC programs will all be compiled with -threaded and all run with +RTS -N4
3) That seems to match the approach taken with Erlang, where all the programs on quad-core run with smp built into the vm, and all the programs on one core run without smp built into the vm.
Yep, that's fine.
All the GHC programs have been re-measured. http://shootout.alioth.debian.org/u64q/compare.php?lang=ghc http://shootout.alioth.debian.org/u32/compare.php?lang=ghc Now how do we get those regex-dna and binary-trees programs to compile? http://shootout.alioth.debian.org/u32/measurements.php?lang=ghc