[commit: ghc] master: Revert "testsuite: One more 32-bit performance slip" (2bcf0c3)

git at git.haskell.org git at git.haskell.org
Thu Apr 7 19:16:37 UTC 2016


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

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

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

commit 2bcf0c3a4a16f835b1f71086edb470bf2a8cd61b
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Thu Apr 7 21:18:58 2016 +0200

    Revert "testsuite: One more 32-bit performance slip"
    
    This reverts commit 06b7ce21571cc6696ded6126098f0f596f4ba3ca.


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

2bcf0c3a4a16f835b1f71086edb470bf2a8cd61b
 testsuite/tests/perf/compiler/all.T | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 43aba27..b3ae160 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -731,14 +731,13 @@ test('T9872c',
 test('T9872d',
      [ only_ways(['normal']),
        compiler_stats_num_field('bytes allocated',
-          [(wordsize(64), 533359408, 5),
+          [(wordsize(64), 506691240, 5),
           # 2014-12-18    796071864   Initally created
           # 2014-12-18    739189056   Reduce type families even more eagerly
           # 2015-01-07    687562440   TrieMap leaf compression
           # 2015-03-17    726679784   tweak to solver; probably flattens more
           # 2016-02-08    534693648   Improved a bit by tyConRolesRepresentational
           # 2016-03-18    506691240   optimize Unify & zonking
-          # 2016-04-06    533359408   apparent regression (x86-64/Windows)
            (wordsize(32), 264566040, 5)
           # some date     328810212
           # 2015-07-11    350369584



More information about the ghc-commits mailing list