[commit: ghc] master: Update Haddock to attoparsec-0.12.1. Adjust perf. (7d52e62)

git at git.haskell.org git at git.haskell.org
Fri Aug 8 04:14:11 UTC 2014


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/7d52e628c840839ff93231022864cb8170274ab7/ghc

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

commit 7d52e628c840839ff93231022864cb8170274ab7
Author: Mateusz Kowalczyk <fuuzetsu at fuuzetsu.co.uk>
Date:   Fri Aug 8 06:13:13 2014 +0200

    Update Haddock to attoparsec-0.12.1. Adjust perf.
    
    Please adjust the perf number on your platform if/when it fails. It
    should improve slightly. Updates submodule.


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

7d52e628c840839ff93231022864cb8170274ab7
 testsuite/tests/perf/haddock/all.T | 3 ++-
 utils/haddock                      | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/testsuite/tests/perf/haddock/all.T b/testsuite/tests/perf/haddock/all.T
index dbd2471..1ef4fbc 100644
--- a/testsuite/tests/perf/haddock/all.T
+++ b/testsuite/tests/perf/haddock/all.T
@@ -33,7 +33,7 @@ test('haddock.base',
             # 2014-01-22: 62189068 (x86/Linux)
             # 2014-06-29: 58243640 (x86/Linux)
      ,stats_num_field('bytes allocated',
-          [(wordsize(64), 7992757384,  5)
+          [(wordsize(64), 7946284944,  5)
             # 2012-08-14: 5920822352 (amd64/Linux)
             # 2012-09-20: 5829972376 (amd64/Linux)
             # 2012-10-08: 5902601224 (amd64/Linux)
@@ -45,6 +45,7 @@ test('haddock.base',
             # 2014-01-12: 7128342344 (x86_64/Linux)
             # 2014-06-12: 7498123680 (x86_64/Linux)
             # 2014-08-05: 7992757384 (x86_64/Linux - bugfix for #314, Haddock now parses more URLs)
+            # 2014-08-08: 7946284944 (x86_64/Linux - Haddock updates to attoparsec-0.12.1.0)
           ,(platform('i386-unknown-mingw32'), 3548581572, 5)
             # 2013-02-10:                     3358693084 (x86/Windows)
             # 2013-11-13:                     3097751052 (x86/Windows, 64bit machine)
diff --git a/utils/haddock b/utils/haddock
index d9b224f..d8f1c1c 160000
--- a/utils/haddock
+++ b/utils/haddock
@@ -1 +1 @@
-Subproject commit d9b224f124edc99f051dfc0dcab922041654c36a
+Subproject commit d8f1c1cc4e8825f39ffc87fddfe6ff9c58f9ef8e



More information about the ghc-commits mailing list