summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2018-05-05 13:08:04 -0400
committerBen Gamari <ben@smart-cactus.org>2018-05-05 13:09:18 -0400
commitb750dcc5d9e1df8505788a41d0cf0d92acd17f0d (patch)
tree90caac9c73676959c74d97a386159792122f10c3
parent33de71fa06d03e6da396a7c0a314fea3b492ab91 (diff)
downloadhaskell-b750dcc5d9e1df8505788a41d0cf0d92acd17f0d.tar.gz
testsuite: Bump T9630 allocations as a result of 33de71fa06d0
This patch made the simplifier inline nested function bindings less aggressively and, while it didn't seem to affect nofib, appears to have regressed T9630 rather considerably.
-rw-r--r--testsuite/tests/perf/compiler/all.T3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 237b74aa49..903c05fb0e 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -1266,10 +1266,11 @@ test ('T9630',
[ compiler_stats_num_field('max_bytes_used', # Note [residency]
[(platform('x86_64-unknown-mingw32'), 39867088, 15),
# 2017-12-24: 34171816 (x64/Windows)
- (wordsize(64), 35324712, 15)
+ (wordsize(64), 42664296, 15)
# initial: 56955240
# 2017-06-07: 41568168 Stop the specialiser generating loopy code
# 2018-02-25: 35324712 It's not entirely clear
+ # 2018-05-05: 42664296 Don't inline nested function bindings as aggressively
]),
extra_clean(['T9630a.hi', 'T9630a.o'])
],