[commit: ghc] master: Use -G1 for reliable peak mem usage (2d96edd)

git at git.haskell.org git at git.haskell.org
Wed Apr 12 15:16:54 UTC 2017


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

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

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

commit 2d96edd01d3a31ad719a5f12d226a049b7b2dbae
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Tue Apr 11 16:09:42 2017 +0100

    Use -G1 for reliable peak mem usage


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

2d96edd01d3a31ad719a5f12d226a049b7b2dbae
 testsuite/tests/perf/space_leaks/all.T | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testsuite/tests/perf/space_leaks/all.T b/testsuite/tests/perf/space_leaks/all.T
index 7c6f564..a23796d 100644
--- a/testsuite/tests/perf/space_leaks/all.T
+++ b/testsuite/tests/perf/space_leaks/all.T
@@ -52,6 +52,7 @@ test('T2762',
       # 2016-08-31:     3 (allocation area size bumped to 1MB)
       # 2017-02-22:     2 (refactor fiBind)
       only_ways(['normal']),
+      extra_run_opts('+RTS -G1 -RTS' ),
       extra_clean(['T2762A.hi', 'T2762A.o'])],
      compile_and_run, ['-O'])
 



More information about the ghc-commits mailing list