[commit: ghc] master: Re-Update Haddock submodule to latest `master` tip (0c9c2d8)
git at git.haskell.org
git at git.haskell.org
Sun Dec 14 17:31:32 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/0c9c2d899e63b810e7ab6b486f7244826b4a2e33/ghc
>---------------------------------------------------------------
commit 0c9c2d899e63b810e7ab6b486f7244826b4a2e33
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Sun Dec 14 10:33:43 2014 +0100
Re-Update Haddock submodule to latest `master` tip
The previous attempt failed, but hopefully this one succeeds...
This also updates the perf-numbers for `haddock.base` and `haddock.Cabal`
NB: this switches from `ghc-head` to `master` branch temporarily
until GHC 7.10 has been properly branched off.
>---------------------------------------------------------------
0c9c2d899e63b810e7ab6b486f7244826b4a2e33
testsuite/tests/perf/haddock/all.T | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/testsuite/tests/perf/haddock/all.T b/testsuite/tests/perf/haddock/all.T
index 027686e..d7162f5 100644
--- a/testsuite/tests/perf/haddock/all.T
+++ b/testsuite/tests/perf/haddock/all.T
@@ -5,7 +5,7 @@
test('haddock.base',
[unless(in_tree_compiler(), skip)
,stats_num_field('bytes allocated',
- [(wordsize(64), 8322584616, 5)
+ [(wordsize(64), 9503888920, 5)
# 2012-08-14: 5920822352 (amd64/Linux)
# 2012-09-20: 5829972376 (amd64/Linux)
# 2012-10-08: 5902601224 (amd64/Linux)
@@ -21,6 +21,7 @@ test('haddock.base',
# 2014-09-09: 8354439016 (x86_64/Linux - Applicative/Monad changes, according to Austin)
# 2014-09-10: 7901230808 (x86_64/Linux - Applicative/Monad changes, according to Joachim)
# 2014-10-07: 8322584616 (x86_64/Linux)
+ # 2014-12-14: 9503888920 (x86_64/Linux) - Update to Haddock 2.16
,(platform('i386-unknown-mingw32'), 4202377432, 5)
# 2013-02-10: 3358693084 (x86/Windows)
# 2013-11-13: 3097751052 (x86/Windows, 64bit machine)
@@ -41,7 +42,7 @@ test('haddock.base',
test('haddock.Cabal',
[unless(in_tree_compiler(), skip)
,stats_num_field('bytes allocated',
- [(wordsize(64), 6019839624, 5)
+ [(wordsize(64), 6387320816, 5)
# 2012-08-14: 3255435248 (amd64/Linux)
# 2012-08-29: 3324606664 (amd64/Linux, new codegen)
# 2012-10-08: 3373401360 (amd64/Linux)
@@ -59,6 +60,7 @@ test('haddock.Cabal',
# 2014-09-10: 4500376192 (x86_64/Linux - Applicative/Monad changes according to Joachim)
# 2014-09-24: 5840893376 (x86_64/Linux - Cabal update)
# 2014-10-04: 6019839624 (x86_64/Linux - Burning Bridges, Cabal update)
+ # 2014-12-14: 6387320816 (x86_64/Linux) - Update to Haddock 2.16
,(platform('i386-unknown-mingw32'), 3088635556, 5)
# 2012-10-30: 1733638168 (x86/Windows)
More information about the ghc-commits
mailing list