[commit: ghc] master: testsuite: Update Windows allocations for T12234 (546c2a1)
git at git.haskell.org
git at git.haskell.org
Sat Apr 1 02:33:35 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/546c2a17ae3b21448f7fd467cc47807ae977e51f/ghc
>---------------------------------------------------------------
commit 546c2a17ae3b21448f7fd467cc47807ae977e51f
Author: Ben Gamari <ben at smart-cactus.org>
Date: Fri Mar 31 22:32:21 2017 -0400
testsuite: Update Windows allocations for T12234
>---------------------------------------------------------------
546c2a17ae3b21448f7fd467cc47807ae977e51f
testsuite/tests/perf/compiler/all.T | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 595fb59..e1d4552 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -1012,9 +1012,10 @@ test('T12425',
test('T12234',
[ only_ways(['optasm']),
compiler_stats_num_field('bytes allocated',
- [(platform('x86_64-unknown-mingw32'), 89180624, 5),
+ [(platform('x86_64-unknown-mingw32'), 79889200, 5),
# initial: 83032768
- # 2017-02-19 89180624 (x64/Windows) - Unknown
+ # 2017-02-19 89180624 (x64/Windows) - Unknown
+ # 2017-02-25 79889200 (x64/Windows) - Early inline patch
(wordsize(64), 80245640, 5),
# initial: 72958288
# 2016-01-17: 76848856 (x86-64, Linux. drift?)
More information about the ghc-commits
mailing list