Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/3ae33a88970d52d600a6075dcc18cadfc5e9aabd >--------------------------------------------------------------- commit 3ae33a88970d52d600a6075dcc18cadfc5e9aabd Author: Simon Marlow <[email protected]> Date: Tue Oct 23 14:50:33 2012 +0100 reduce stats for T1969/T4801 again; looks like the bump was due to -fPIC >--------------------------------------------------------------- tests/perf/compiler/all.T | 15 ++++++++++----- 1 files changed, 10 insertions(+), 5 deletions(-) diff --git a/tests/perf/compiler/all.T b/tests/perf/compiler/all.T index 053248c..77d6b4c 100644 --- a/tests/perf/compiler/all.T +++ b/tests/perf/compiler/all.T @@ -38,7 +38,7 @@ test('T1969', # 274932264 (x86/Linux) # 2012-10-08: 303930948 (x86/Linux, new codegen) if_wordsize(64, - compiler_stats_range_field('bytes allocated', 661832592, 1)), + compiler_stats_range_field('bytes allocated', 642594312, 1)), # 17/11/2009: 434,845,560 (amd64/Linux) # 08/12/2009: 459,776,680 (amd64/Linux) # 17/05/2010: 519,377,728 (amd64/Linux) @@ -50,6 +50,9 @@ test('T1969', # (^ new codegen) # 18/09/2012: 641,959,976 (amd64/Linux) # 19/10/2012: 661,832,592 (amd64/Linux) + # (^ -fPIC turned on) + # 23/10/2012: 642,594,312 (amd64/Linux) + # (^ -fPIC turned off again) only_ways(['normal']), extra_hc_opts('-dcore-lint -static') # Leave -dcore-lint on for this one test, so that we have something @@ -116,9 +119,10 @@ test('T4801', compiler_stats_range_field('bytes allocated', 185669232, 10)), if_wordsize(64, - compiler_stats_range_field('bytes allocated', 447190832, 10)), + compiler_stats_range_field('bytes allocated', 392409984, 10)), # prev: 360243576 (amd64/Linux) - # 19/10/2012: 447190832 (amd64/Linux) (REASON UNKNOWN!) + # 19/10/2012: 447190832 (amd64/Linux) (-fPIC turned on) + # 19/10/2012: 392409984 (amd64/Linux) (-fPIC turned off) # expected value: 510938976 (amd64/OS X): if_platform('x86_64-apple-darwin', @@ -131,10 +135,11 @@ test('T4801', 12000000)), # expected value: 10290952 (windows) if_wordsize(64, - compiler_stats_range_field('max_bytes_used', 26882576, 15)), + compiler_stats_range_field('max_bytes_used', 18619912, 15)), # prev: 20486256 (amd64/OS X) # 30/08/2012: 17305600--20391920 (varies a lot) - # 19/10/2012: 26882576 (REASON UNKNOWN!) + # 19/10/2012: 26882576 (-fPIC turned on) + # 19/10/2012: 18619912 (-fPIC turned off) if_platform('x86_64-apple-darwin', compiler_stats_num_field('max_bytes_used', 20000000, 23000000)), _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
