[commit: ghc] master: Update T4801 perf numbers (5a1def9)

git at git.haskell.org git at git.haskell.org
Sat Sep 6 19:58:17 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/5a1def9732390b65d51dd0aa2d9d8a6cd7204ed2/ghc

>---------------------------------------------------------------

commit 5a1def9732390b65d51dd0aa2d9d8a6cd7204ed2
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Sat Sep 6 21:57:11 2014 +0200

    Update T4801 perf numbers
    
    no individual cause indentified, but small improvements happened in
    1719c42, 9d6fbcc, 949ad67 (or it is noise...)


>---------------------------------------------------------------

5a1def9732390b65d51dd0aa2d9d8a6cd7204ed2
 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 0ac3ad1..29c4a78 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -183,10 +183,11 @@ test('T4801',
            # prev:        185669232 (x86/OSX)
            # 2014-01-22:  211198056 (x86/Linux)
            # 2014-09-03:  185242032 (Windows laptop)
-           (wordsize(64), 392409984, 10)]),
+           (wordsize(64), 362939272, 10)]),
             # prev:       360243576 (amd64/Linux)
             # 19/10/2012: 447190832 (amd64/Linux) (-fPIC turned on)
             # 19/10/2012: 392409984 (amd64/Linux) (-fPIC turned off)
+            # 2014-04-08: 362939272 (amd64/Linux) cumulation of various smaller improvements over recent commits
 
       compiler_stats_num_field('max_bytes_used',
           [(platform('x86_64-apple-darwin'), 25145320, 5),



More information about the ghc-commits mailing list