summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--testsuite/tests/perf/compiler/all.T5
1 files changed, 3 insertions, 2 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 595fb592d0..e1d4552b50 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?)