[commit: ghc] master: Accept better stats for T9675 (9d62f0d)

git at git.haskell.org git at git.haskell.org
Tue Jul 26 16:30:20 UTC 2016


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

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

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

commit 9d62f0d1086ad5c112b41a0ddae10c20e8ffb77e
Author: Simon Marlow <smarlow at fb.com>
Date:   Tue Jul 26 08:01:58 2016 -0700

    Accept better stats for T9675


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

9d62f0d1086ad5c112b41a0ddae10c20e8ffb77e
 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 2e4d43d..4efc409 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -664,7 +664,7 @@ test('T9675',
           # 2016-04-06    18043224   (x86/Linux, 64-bit machine)
           ]),
        compiler_stats_num_field('peak_megabytes_allocated', # Note [residency]
-          [(wordsize(64), 144, 15),
+          [(wordsize(64), 121, 15),
           # 2014-10-13    66
           # 2014-10-13    58         seq the DmdEnv in seqDmdType as well
           # 2014-10-13    49         different machines giving different results...
@@ -674,6 +674,7 @@ test('T9675',
           # 2015-12-04    88         new pattern checker (D1535)
           # 2015-12-11    113        TypeInType (see #11196)
           # 2016-04-14    144        Final demand analyzer run
+          # 2016-07-26    121        Unboxed sums?
             (wordsize(32), 56, 15)
           # 2015-07-11    56         (x86/Linux, 64-bit machine) use +RTS -G1
           ]),



More information about the ghc-commits mailing list