[commit: testsuite] master: Significant (15%) bytes-allocated reduction in haddock.Cabal and haddock.base (c3c9bab)
Simon Peyton Jones
simonpj at microsoft.com
Wed Feb 13 18:33:29 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/c3c9babf10990ccc36451b3758d6f19d749b879d
>---------------------------------------------------------------
commit c3c9babf10990ccc36451b3758d6f19d749b879d
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Wed Feb 13 17:31:34 2013 +0000
Significant (15%) bytes-allocated reduction in haddock.Cabal and haddock.base
I'm not sure why, but I'm happy!
>---------------------------------------------------------------
tests/perf/haddock/all.T | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/tests/perf/haddock/all.T b/tests/perf/haddock/all.T
index ba25e14..e1fdd86 100644
--- a/tests/perf/haddock/all.T
+++ b/tests/perf/haddock/all.T
@@ -25,12 +25,13 @@ test('haddock.base',
,(wordsize(32), 52237984, 1)])
# 2013-02-10: 52237984 (x86/OSX)
,stats_num_field('bytes allocated',
- [(wordsize(64), 6282746976, 5)
+ [(wordsize(64), 5184155784, 5)
# 2012-08-14: 5920822352 (amd64/Linux)
# 2012-09-20: 5829972376 (amd64/Linux)
# 2012-10-08: 5902601224 (amd64/Linux)
# 2013-01-17: 6064874536 (x86_64/Linux)
# 2013-02-10: 6282746976 (x86_64/Linux)
+ # 2013-02-13: 5184155784 (x86_64/Linux)
,(platform('i386-unknown-mingw32'), 3358693084, 1)
# 2013-02-10: 3358693084 (x86/Windows)
,(wordsize(32), 3146596848, 1)])
@@ -67,10 +68,11 @@ test('haddock.Cabal',
# 2012-08-14: 47461532 (x86/OSX)
# 2013-02-10: 46563344 (x86/OSX)
,stats_num_field('bytes allocated',
- [(wordsize(64), 3373401360, 2)
+ [(wordsize(64), 2809307464, 5)
# 2012-08-14: 3255435248 (amd64/Linux)
# 2012-08-29: 3324606664 (amd64/Linux, new codegen)
# 2012-10-08: 3373401360 (amd64/Linux)
+ # 2013-02-13: 2809307464 (amd64/Linux)
,(platform('i386-unknown-mingw32'), 1906532680, 1)
# 2012-10-30: 1733638168 (x86/Windows)
# 2013-02-10: 1906532680 (x86/Windows)
More information about the ghc-commits
mailing list