[commit: ghc] master: T9872d: Update 32-bit allocations (b935497)

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


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

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

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

commit b935497756cb76964184ce5135a501116cde2c4c
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Sat Jul 11 13:07:34 2015 +0200

    T9872d: Update 32-bit allocations


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

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

diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 477bc4e..4cb811d 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -659,7 +659,9 @@ test('T9872d',
           # 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
-           (wordsize(32), 328810212, 5)
+           (wordsize(32), 350369584, 5)
+          # some date     328810212
+          # 2015-07-11    350369584
           ]),
       ],
      compile,



More information about the ghc-commits mailing list