summaryrefslogtreecommitdiff
path: root/testsuite/tests/perf/compiler/all.T
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2014-02-10 11:13:19 +0000
committerJoachim Breitner <mail@joachim-breitner.de>2014-02-10 13:30:05 +0000
commit393ea739567206d848f53e9ca75f532a49218694 (patch)
tree45b42954406b8cf2993f8e36a4333921fb284135 /testsuite/tests/perf/compiler/all.T
parent9bc826569ec2ae9bfd1e3bd882fcb406da8f26b3 (diff)
downloadhaskell-393ea739567206d848f53e9ca75f532a49218694.tar.gz
Update test cases due to call arity
Some nice improvements on already succeeding test cases (#876, #7954 and #4267) Test #149 needed a little change, lest call arity causes a allocation change that we do not want to test here.
Diffstat (limited to 'testsuite/tests/perf/compiler/all.T')
-rw-r--r--testsuite/tests/perf/compiler/all.T21
1 files changed, 8 insertions, 13 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index c77655b25a..ac6d5e8903 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -69,7 +69,7 @@ test('T1969',
# 2012-10-08 303930948 (x86/Linux, new codegen)
# 2013-02-10 322937684 (x86/OSX)
# 2014-01-22 316103268 (x86/Linux)
- (wordsize(64), 698612512, 5)]),
+ (wordsize(64), 660922376, 5)]),
# 17/11/2009 434845560 (amd64/Linux)
# 08/12/2009 459776680 (amd64/Linux)
# 17/05/2010 519377728 (amd64/Linux)
@@ -77,19 +77,14 @@ test('T1969',
# 16/07/2012 589168872 (amd64/Linux)
# 20/07/2012 595936240 (amd64/Linux)
# 23/08/2012 606230880 (amd64/Linux)
- # 29/08/2012 633334184 (amd64/Linux)
- # (^ new codegen)
+ # 29/08/2012 633334184 (amd64/Linux) new codegen
# 18/09/2012 641959976 (amd64/Linux)
- # 19/10/2012 661832592 (amd64/Linux)
- # (^ -fPIC turned on)
- # 23/10/2012 642594312 (amd64/Linux)
- # (^ -fPIC turned off again)
- # 12/11/2012 658786936 (amd64/Linux)
- # (^ UNKNOWN REASON )
- # 17/1/13: 667160192 (x86_64/Linux)
- # (^ new demand analyser)
- # 18/10/2013 698612512 (x86_64/Linux)
- # (fix for #8456)
+ # 19/10/2012 661832592 (amd64/Linux) -fPIC turned on
+ # 23/10/2012 642594312 (amd64/Linux) -fPIC turned off again
+ # 12/11/2012 658786936 (amd64/Linux) UNKNOWN REASON
+ # 17/1/13: 667160192 (x86_64/Linux) new demand analyser
+ # 18/10/2013 698612512 (x86_64/Linux) fix for #8456
+ # 10/02/2014 660922376 (x86_64/Linux) call artiy analysis
only_ways(['normal']),
extra_hc_opts('-dcore-lint -static')