[commit: ghc] ghc-lwc2: Sieve benchmark: removing unnecessary/conflicting comment at the top of the file. (6a9d67f)

Sivaramakrishnan Krishnamoorthy Chandrasekaran t-sichan at microsoft.com
Tue Apr 23 17:29:39 CEST 2013


Repository : http://darcs.haskell.org/ghc.git/

On branch  : ghc-lwc2

https://github.com/ghc/ghc/commit/6a9d67f58660124c4669796d203785b4b818806e

>---------------------------------------------------------------

commit 6a9d67f58660124c4669796d203785b4b818806e
Author: KC Sivaramakrishnan <chandras at cs.purdue.edu>
Date:   Tue Apr 23 11:11:07 2013 -0400

    Sieve benchmark: removing unnecessary/conflicting comment at the top of the file.

>---------------------------------------------------------------

 tests/Benchmarks/Sieve/sieve-lwc.hs     | 2 --
 tests/Benchmarks/Sieve/sieve-vanilla.hs | 2 --
 2 files changed, 4 deletions(-)

diff --git a/tests/Benchmarks/Sieve/sieve-lwc.hs b/tests/Benchmarks/Sieve/sieve-lwc.hs
index 98acfad..30e898b 100644
--- a/tests/Benchmarks/Sieve/sieve-lwc.hs
+++ b/tests/Benchmarks/Sieve/sieve-lwc.hs
@@ -1,5 +1,3 @@
--- Compile with `ghc -threaded -with-rtsopts=-N concurrent_sieve.hs`
-
 import Control.Monad
 import LwConc.ConcurrentList
 import LwConc.Substrate
diff --git a/tests/Benchmarks/Sieve/sieve-vanilla.hs b/tests/Benchmarks/Sieve/sieve-vanilla.hs
index 2aa410c..54af576 100644
--- a/tests/Benchmarks/Sieve/sieve-vanilla.hs
+++ b/tests/Benchmarks/Sieve/sieve-vanilla.hs
@@ -1,5 +1,3 @@
--- Compile with `ghc -threaded -with-rtsopts=-N concurrent_sieve.hs`
-
 import Control.Concurrent
 import Control.Monad
 





More information about the ghc-commits mailing list