[commit: ghc] master: Lower T4830/allocated_bytes due to [7bdcadda7/integer-gmp] (#8647) (a3616cd)
git at git.haskell.org
git at git.haskell.org
Mon Jan 13 13:25:43 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/a3616cd624e84d7967257561ad1c80b6793d4b46/ghc
>---------------------------------------------------------------
commit a3616cd624e84d7967257561ad1c80b6793d4b46
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Mon Jan 13 14:22:03 2014 +0100
Lower T4830/allocated_bytes due to [7bdcadda7/integer-gmp] (#8647)
Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>
>---------------------------------------------------------------
a3616cd624e84d7967257561ad1c80b6793d4b46
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 b44d307..0cb1174 100644
--- a/testsuite/tests/perf/should_run/all.T
+++ b/testsuite/tests/perf/should_run/all.T
@@ -15,9 +15,10 @@ test('T3586',
test('T4830',
[stats_num_field('bytes allocated',
- [(wordsize(64), 99264, 1),
+ [(wordsize(64), 98248, 1),
# 127000 (amd64/Linux)
# 2013-02-07: 99264 (amd64/Linux)
+ # 2014-01-13: 98248 (amd64/Linux) due to #8647
(wordsize(32), 70646, 2)]),
# 2013-02-10: 69744 (x86/Windows)
# 2013-02-10: 71548 (x86/OSX)
More information about the ghc-commits
mailing list