[commit: ghc] master: testsuite: Bump allocations for T9630 (f57c305)

git at git.haskell.org git at git.haskell.org
Sun Feb 25 21:57:39 UTC 2018


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

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

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

commit f57c3059d7c8b8e00bd3a9f9153c3520f6db14d4
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Sun Feb 25 16:23:39 2018 -0500

    testsuite: Bump allocations for T9630


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

f57c3059d7c8b8e00bd3a9f9153c3520f6db14d4
 testsuite/tests/perf/compiler/all.T | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 1ae69e7..1a2413a 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -1228,9 +1228,10 @@ test ('T9630',
       [ compiler_stats_num_field('max_bytes_used', # Note [residency]
           [(platform('x86_64-unknown-mingw32'),   39867088, 15),
           # 2017-12-24:                     34171816 (x64/Windows)
-          (wordsize(64), 41568168, 15)
+          (wordsize(64), 35324712, 15)
           # initial:    56955240
           # 2017-06-07: 41568168     Stop the specialiser generating loopy code
+          # 2018-02-25: 35324712     It's not entirely clear
           ]),
       extra_clean(['T9630a.hi', 'T9630a.o'])
       ],



More information about the ghc-commits mailing list