diff options
Diffstat (limited to 'testsuite/tests/perf/compiler/all.T')
-rw-r--r-- | testsuite/tests/perf/compiler/all.T | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T index b1f7fbe545..5a87bd5632 100644 --- a/testsuite/tests/perf/compiler/all.T +++ b/testsuite/tests/perf/compiler/all.T @@ -429,7 +429,7 @@ test('T5631', # 2014-04-04: 346389856 (x86 Windows, 64 bit machine) # 2014-12-01: 390199244 (Windows laptop) # 2016-04-06: 570137436 (amd64/Linux) many reasons - (wordsize(64), 1517484488, 5)]), + (wordsize(64), 1065147968, 5)]), # expected value: 774595008 (amd64/Linux): # expected value: 735486328 (amd64/Linux) 2012/12/12: # expected value: 690742040 (amd64/Linux) Call Arity improvements @@ -442,6 +442,7 @@ test('T5631', # 2016-10-19: 1024926024 (amd64/Linux) Refactor traceRn interface (#12617) # 2016-11-10: 1077429456 (amd64/Linux) Stop -dno-debug-output suppressing -ddump-tc-trace # 2017-02-17: 1517484488 (amd64/Linux) Type-indexed Typeable + # 2017-03-03: 1065147968 (amd64/Linux) Share Typeable KindReps only_ways(['normal']) ], compile, @@ -823,7 +824,7 @@ test('T9872c', test('T9872d', [ only_ways(['normal']), compiler_stats_num_field('bytes allocated', - [(wordsize(64), 498855104, 5), + [(wordsize(64), 462817352, 5), # 2014-12-18 796071864 Initally created # 2014-12-18 739189056 Reduce type families even more eagerly # 2015-01-07 687562440 TrieMap leaf compression @@ -835,6 +836,7 @@ test('T9872d', # a 1% improvement 482 -> 478 # 2017-02-17 535565128 Type-indexed Typeable # 2017-02-25 498855104 Early inlining + # 2017-03-03 462817352 Share Typeable KindReps (wordsize(32), 264566040, 5) # some date 328810212 @@ -964,10 +966,11 @@ test('T12227', test('T12425', [ only_ways(['optasm']), compiler_stats_num_field('bytes allocated', - [(wordsize(64), 153611448, 5), + [(wordsize(64), 142256192, 5), # initial: 125831400 # 2017-01-18: 133380960 Allow top-level string literals in Core # 2017-02-17: 153611448 Type-indexed Typeable + # 2017-03-03: 142256192 Share Typeable KindReps ]), ], compile, |