[commit: ghc] master: T876 (32-bit): Update bytes allocated (a846088)

git at git.haskell.org git at git.haskell.org
Sat Jul 11 11:08:16 UTC 2015


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

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

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

commit a846088cbfee1c357f0d5a1b92a4dba11607f83f
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Sat Jul 11 12:42:14 2015 +0200

    T876 (32-bit): Update bytes allocated
    
    This seems to have improved by a bit


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

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

diff --git a/testsuite/tests/perf/should_run/all.T b/testsuite/tests/perf/should_run/all.T
index 2fc7a5c..0fa09f4 100644
--- a/testsuite/tests/perf/should_run/all.T
+++ b/testsuite/tests/perf/should_run/all.T
@@ -83,11 +83,12 @@ test('T876',
               # 2013-02-14: 1263712 (x86_64/Linux)
               # 2014-02-10:   63216 (x86_64/Linux), call arity analysis
 
-           (wordsize(32), 56796, 5) ]),
+           (wordsize(32), 53156, 5) ]),
               # some date:  663712  (Windows, 64-bit machine)
               # 2014-04-04:  56820  (Windows, 64-bit machine)
               # 2014-06-29:  53024  (x86_64/Linux)
               # 2014-12-01:  56796  (Windows)
+              # 2015-07-11:  53156  (x86_64/Linux)
 
       only_ways(['normal']),
       extra_run_opts('10000')



More information about the ghc-commits mailing list