[commit: ghc] ghc-8.0: testsuite: One more 32-bit performance slip (6d36d8e)
git at git.haskell.org
git at git.haskell.org
Wed Apr 6 19:34:48 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.0
Link : http://ghc.haskell.org/trac/ghc/changeset/6d36d8e19a7e9cf3d8e715b1820cb656e937e809/ghc
>---------------------------------------------------------------
commit 6d36d8e19a7e9cf3d8e715b1820cb656e937e809
Author: Ben Gamari <ben at smart-cactus.org>
Date: Wed Apr 6 21:36:52 2016 +0200
testsuite: One more 32-bit performance slip
>---------------------------------------------------------------
6d36d8e19a7e9cf3d8e715b1820cb656e937e809
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 5a4175d..a2c1e72 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -727,13 +727,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