diff options
author | Reid Barton <rwbarton@gmail.com> | 2017-03-31 22:48:14 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-03-31 22:48:15 -0400 |
commit | 71916e1c018dded2e68d6769a2dbb8777da12664 (patch) | |
tree | 594dbe3fb9f816eb30de91b33f6f4040cc644a7d /testsuite/tests/deriving/perf | |
parent | 308287999fcc929891fbcf1221525dd7cbb77860 (diff) | |
download | haskell-71916e1c018dded2e68d6769a2dbb8777da12664.tar.gz |
Remove Core Lint pass on occurrence analysis output (#13220)
It was expensive, as the simplifier runs for many iterations,
and probably not very useful.
Test Plan: harbormaster
Reviewers: austin, bgamari, dfeuer
Reviewed By: dfeuer
Subscribers: dfeuer, thomie
Differential Revision: https://phabricator.haskell.org/D3391
Diffstat (limited to 'testsuite/tests/deriving/perf')
-rw-r--r-- | testsuite/tests/deriving/perf/all.T | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/testsuite/tests/deriving/perf/all.T b/testsuite/tests/deriving/perf/all.T index 4d88bc9ca5..a711a50855 100644 --- a/testsuite/tests/deriving/perf/all.T +++ b/testsuite/tests/deriving/perf/all.T @@ -1,13 +1,11 @@ test('T10858', [compiler_stats_num_field('bytes allocated', - [(platform('x86_64-unknown-mingw32'), 272402736, 8), - # 2017-02-19 272402736 (x64/Windows) - unknown - - (wordsize(64), 275357824, 8) ]), - # Initial: 476296112 + [(wordsize(64), 241242968, 8) ]), + # Initial: 222312440 # 2016-12-19 247768192 Join points (#19288) - # 2016-02-12 304094944 Type-indexed Typeable - # 2016-02-25 275357824 Early inline patch + # 2017-02-12 304094944 Type-indexed Typeable + # 2017-02-25 275357824 Early inline patch + # 2017-03-28 241242968 Run Core Lint less only_ways(['normal'])], compile, ['-O']) |