Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/894e4a2ccc3e2c29c6e11d8d8efe99743836dab0 >--------------------------------------------------------------- commit 894e4a2ccc3e2c29c6e11d8d8efe99743836dab0 Author: Ian Lynagh <i...@well-typed.com> Date: Thu Dec 13 00:09:42 2012 +0000 T3294 now uses more space Reason unknown. The rise was present before commit d5b5d48881b3adbf3bd5e177ee6ef506e589b882 Author: Ian Lynagh <i...@well-typed.com> Date: Wed Dec 12 17:12:13 2012 +0000 Use ByteString rather than FastBytes inside FastZString Slow nofib Compile Times difference looks like just noise: -1 s.d. -2.9% +1 s.d. +2.9% Average -0.1% however. >--------------------------------------------------------------- tests/perf/compiler/all.T | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/tests/perf/compiler/all.T b/tests/perf/compiler/all.T index f463b96..b588c47 100644 --- a/tests/perf/compiler/all.T +++ b/tests/perf/compiler/all.T @@ -83,10 +83,12 @@ test('T3294', # expected value: 17725476 (x86/OS X) # 14593500 (Windows) if_wordsize(64, - compiler_stats_range_field('max_bytes_used', 37724352, 15)), + compiler_stats_range_field('max_bytes_used', 44894544, 15)), # prev: 25753192 (amd64/Linux) # 29/08/2012: 37724352 (amd64/Linux) # (increase due to new codegen, see #7198) + # 13/13/2012: 44894544 (amd64/Linux) + # (reason for increase unknown) if_wordsize(32, compiler_stats_range_field('bytes allocated', 1373514844, 5)), # previous: 815479800 (x86/Linux) _______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc