diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2014-08-29 10:12:04 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2014-08-29 10:21:36 +0100 |
commit | 2da63c60d0edfc8b3ae9c31f2179fee0dc026edd (patch) | |
tree | b155bbf8bb7b5d0fe34c07b26beca41fd955f8fd /testsuite | |
parent | 7eae14171e10298b8951066443d5cf075a1826aa (diff) | |
download | haskell-2da63c60d0edfc8b3ae9c31f2179fee0dc026edd.tar.gz |
Better compiler performance (30% less allocation) for T783!
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/perf/compiler/all.T | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T index 75ca79bc51..1cf4287338 100644 --- a/testsuite/tests/perf/compiler/all.T +++ b/testsuite/tests/perf/compiler/all.T @@ -330,7 +330,7 @@ test('T783', # 2013-02-10: 329202116 (x86/Windows) # 2013-02-10: 338465200 (x86/OSX) # 2014-04-04: 319179104 (x86 Windows, 64 bit machine) - (wordsize(64), 640031840, 10)]), + (wordsize(64), 441932632, 10)]), # prev: 349263216 (amd64/Linux) # 07/08/2012: 384479856 (amd64/Linux) # 29/08/2012: 436927840 (amd64/Linux) @@ -343,6 +343,8 @@ test('T783', # (fix previous fix for #8456) # 2014-07-17: 640031840 (amd64/Linux) # (general round of updates) + # 2014-08-29: 441932632 (amd64/Linux) + # (better specialisation, raft of core-to-core optimisations) extra_hc_opts('-static') ], compile,['']) |