[commit: ghc] master: Bump bytes-allocated for T3064 (4dea15a)
git at git.haskell.org
git at git.haskell.org
Fri May 23 08:41:51 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/4dea15a05c6d8425c09a7d8530826f8568321bb0/ghc
>---------------------------------------------------------------
commit 4dea15a05c6d8425c09a7d8530826f8568321bb0
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Fri May 23 09:41:27 2014 +0100
Bump bytes-allocated for T3064
I'm not sure why this has increased, but it seems small
>---------------------------------------------------------------
4dea15a05c6d8425c09a7d8530826f8568321bb0
testsuite/tests/perf/compiler/all.T | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index bd9a08f..56417ea 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -227,7 +227,7 @@ test('T3064',
# 2012-10-30: 111189536 (x86/Windows)
# 2013-11-13: 146626504 (x86/Windows, 64bit machine)
# 2014-01-22: 162457940 (x86/Linux)
- (wordsize(64), 308422280, 5)]),
+ (wordsize(64), 324022680, 5)]),
# (amd64/Linux) (28/06/2011): 73259544
# (amd64/Linux) (07/02/2013): 224798696
# (amd64/Linux) (02/08/2013): 236404384, increase from roles
@@ -235,6 +235,7 @@ test('T3064',
# (amd64/Linux) (22/11/2013): 308300448, GND via Coercible and counters for constraints solving
# (amd64/Linux) (02/12/2013): 329795912, Coercible refactor
# (amd64/Linux) (11/02/2014): 308422280, optimize Coercions in simpleOptExpr
+ # (amd64/Linux) (23/05/2014): 324022680, unknown cause
compiler_stats_num_field('max_bytes_used',
[(wordsize(32), 11202304, 20),
More information about the ghc-commits
mailing list