[commit: ghc] master: testsuite: One more 32-bit performance slip (06b7ce2)
git at git.haskell.org
git at git.haskell.org
Thu Apr 7 13:24:33 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/06b7ce21571cc6696ded6126098f0f596f4ba3ca/ghc
>---------------------------------------------------------------
commit 06b7ce21571cc6696ded6126098f0f596f4ba3ca
Author: Ben Gamari <ben at smart-cactus.org>
Date: Wed Apr 6 21:36:52 2016 +0200
testsuite: One more 32-bit performance slip
(cherry picked from commit 6d36d8e19a7e9cf3d8e715b1820cb656e937e809)
>---------------------------------------------------------------
06b7ce21571cc6696ded6126098f0f596f4ba3ca
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 b3ae160..43aba27 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -731,13 +731,14 @@ test('T9872c',
test('T9872d',
[ only_ways(['normal']),
compiler_stats_num_field('bytes allocated',
- [(wordsize(64), 506691240, 5),
+ [(wordsize(64), 533359408, 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