[commit: testsuite] master: Updates perf numbers after #8503 implementation (94128d3)
git at git.haskell.org
git at git.haskell.org
Fri Nov 22 18:29:59 UTC 2013
Repository : ssh://git@git.haskell.org/testsuite
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/94128d393c820ed82f61052414cc1ffde8b2af82/testsuite
>---------------------------------------------------------------
commit 94128d393c820ed82f61052414cc1ffde8b2af82
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Fri Nov 22 17:50:38 2013 +0000
Updates perf numbers after #8503 implementation
>---------------------------------------------------------------
94128d393c820ed82f61052414cc1ffde8b2af82
tests/perf/compiler/T5837.stderr | 4 ++--
tests/perf/compiler/all.T | 12 ++++++++----
tests/perf/haddock/all.T | 6 ++++--
3 files changed, 14 insertions(+), 8 deletions(-)
diff --git a/tests/perf/compiler/T5837.stderr b/tests/perf/compiler/T5837.stderr
index 3b6b4ae..9e912ef 100644
--- a/tests/perf/compiler/T5837.stderr
+++ b/tests/perf/compiler/T5837.stderr
@@ -1,7 +1,7 @@
T5837.hs:8:6:
- Context reduction stack overflow; size = 51
- Use -fcontext-stack=N to increase stack size to N
+ Type function application stack overflow; size = 51
+ Use -ftype-function-depth=N to increase stack size to N
(TF
(TF
(TF
diff --git a/tests/perf/compiler/all.T b/tests/perf/compiler/all.T
index fae38c3..a580bf9 100644
--- a/tests/perf/compiler/all.T
+++ b/tests/perf/compiler/all.T
@@ -187,15 +187,16 @@ test('T3064',
[(wordsize(32), 111189536, 10),
# expected value: 56380288 (x86/Linux) (28/6/2011)
# 111189536 (x86/Windows) (30/10/12)
- (wordsize(64), 290165632, 5)]),
+ (wordsize(64), 308300448, 5)]),
# (amd64/Linux) (28/06/2011): 73259544
# (amd64/Linux) (07/02/2013): 224798696
# (amd64/Linux) (02/08/2013): 236404384, increase from roles
# (amd64/Linux) (11/09/2013): 290165632, increase from AMP warnings
+ # (amd64/Linux) (22/11/2013): 308300448, GND via Coercible and counters for constraints solving
compiler_stats_num_field('max_bytes_used',
[(wordsize(32), 5511604, 20),
# expected value: 2247016 (x86/Linux) (28/6/2011):
- (wordsize(64), 12000480, 20)]),
+ (wordsize(64), 16266992, 20)]),
# (amd64/Linux, intree) (28/06/2011): 4032024
# (amd64/Linux, intree) (07/02/2013): 9819288
# (amd64/Linux) (14/02/2013): 8687360
@@ -204,6 +205,7 @@ test('T3064',
# (amd64/Linux) (19/08/2013): 9211816, decrease apparently from better eta reduction
# (amd64/Linux) (11/09/2013): 12000480, increase from AMP warnings
# 933cdf15a2d85229d3df04b437da31fdfbf4961f
+ # (amd64/Linux) (22/11/2013): 16266992, GND via Coercible and counters for constraints solving
only_ways(['normal'])
],
compile,
@@ -329,13 +331,15 @@ test('T5837',
compiler_stats_num_field('bytes allocated',
[(wordsize(32), 40000000, 10),
# sample from x86/Linux
- (wordsize(64), 90587232, 10)])
+ (wordsize(64), 86795752, 10)])
# sample: 3926235424 (amd64/Linux, 15/2/2012)
# 2012-10-02 81879216
# 2012-09-20 87254264 amd64/Linux
# 2013-09-18 90587232 amd64/Linux
+ # 2013-11-21 86795752 amd64/Linux, GND via Coercible and counters
+ # for constraints solving
],
- compile_fail,['-fcontext-stack=50'])
+ compile_fail,['-ftype-function-depth=50'])
test('T6048',
[ only_ways(['optasm']),
diff --git a/tests/perf/haddock/all.T b/tests/perf/haddock/all.T
index 00c307c..27ef004 100644
--- a/tests/perf/haddock/all.T
+++ b/tests/perf/haddock/all.T
@@ -26,7 +26,7 @@ test('haddock.base',
,(wordsize(32), 52237984, 1)])
# 2013-02-10: 52237984 (x86/OSX)
,stats_num_field('bytes allocated',
- [(wordsize(64), 6294339840, 5)
+ [(wordsize(64), 6756213256, 5)
# 2012-08-14: 5920822352 (amd64/Linux)
# 2012-09-20: 5829972376 (amd64/Linux)
# 2012-10-08: 5902601224 (amd64/Linux)
@@ -34,6 +34,7 @@ test('haddock.base',
# 2013-02-10: 6282746976 (x86_64/Linux)
# 2013-09-17: 6634886456 (x86_64/Linux)
# 2013-09-18: 6294339840 (x86_64/Linux)
+ # 2013-11-21: 6756213256 (x86_64/Linux)
,(platform('i386-unknown-mingw32'), 3358693084, 1)
# 2013-02-10: 3358693084 (x86/Windows)
,(wordsize(32), 3146596848, 1)])
@@ -74,7 +75,7 @@ test('haddock.Cabal',
# 2012-08-14: 47461532 (x86/OSX)
# 2013-02-10: 46563344 (x86/OSX)
,stats_num_field('bytes allocated',
- [(wordsize(64), 3808466816, 2)
+ [(wordsize(64), 3908586784, 2)
# 2012-08-14: 3255435248 (amd64/Linux)
# 2012-08-29: 3324606664 (amd64/Linux, new codegen)
# 2012-10-08: 3373401360 (amd64/Linux)
@@ -82,6 +83,7 @@ test('haddock.Cabal',
# 2013-03-28: 3517301864 (amd64/Linux) fixed #7796
# 2013-04-26: 3658801800 (amd64/Linux) Cabal updated
# 2013-08-26: 3808466816 (amd64/Linux) Cabal updated
+ # 2013-21-11: 3908586784 (amd64/Linux) Cabal updated
,(platform('i386-unknown-mingw32'), 1906532680, 1)
# 2012-10-30: 1733638168 (x86/Windows)
# 2013-02-10: 1906532680 (x86/Windows)
More information about the ghc-commits
mailing list