[commit: ghc] master: IndTypesPerfMerge no longer seems to requre -M20M (c0dc79f)

git at git.haskell.org git at git.haskell.org
Thu Jun 11 12:32:29 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/c0dc79fbef90bf26e771d24a102044060ac001fb/ghc

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

commit c0dc79fbef90bf26e771d24a102044060ac001fb
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Thu Jun 11 08:54:27 2015 +0100

    IndTypesPerfMerge no longer seems to requre -M20M


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

c0dc79fbef90bf26e771d24a102044060ac001fb
 testsuite/tests/indexed-types/should_compile/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testsuite/tests/indexed-types/should_compile/Makefile b/testsuite/tests/indexed-types/should_compile/Makefile
index 5401afd..e5970c0 100644
--- a/testsuite/tests/indexed-types/should_compile/Makefile
+++ b/testsuite/tests/indexed-types/should_compile/Makefile
@@ -11,8 +11,8 @@ NewTyCo:
 IndTypesPerf:
 	$(RM) IndTypesPerf.o IndTypesPerf.hi
 	$(RM) IndTypesPerfMerge.o IndTypesPerfMerge.hi
-	'$(TEST_HC)' $(TEST_HC_OPTS) -O -c IndTypesPerfMerge.hs +RTS -M20M
-	'$(TEST_HC)' $(TEST_HC_OPTS) -O -c IndTypesPerf.hs      +RTS -M20M
+	'$(TEST_HC)' $(TEST_HC_OPTS) -O -c IndTypesPerfMerge.hs
+	'$(TEST_HC)' $(TEST_HC_OPTS) -O -c IndTypesPerf.hs
 
 T5955:
 	$(RM) T5955.o T5955.hi T5955a.o T5955a.hi 



More information about the ghc-commits mailing list