[commit: ghc] master: Improved stats for Trac #1969 (cc5ca21)
git at git.haskell.org
git at git.haskell.org
Mon Oct 10 12:48:25 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/cc5ca21b6595d550b27439699cc223c7b0ceab61/ghc
>---------------------------------------------------------------
commit cc5ca21b6595d550b27439699cc223c7b0ceab61
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Mon Oct 10 13:45:42 2016 +0100
Improved stats for Trac #1969
With my latest commits
76a5477 Move zonking out of tcFamTyPats
b255ae7 Orient improvement constraints better
perf has improved slightly for T1969:
allocs: 733M -> 26M
residency: 43M -> 41M
I don't know exactly why, but hey, it's good
>---------------------------------------------------------------
cc5ca21b6595d550b27439699cc223c7b0ceab61
testsuite/tests/perf/compiler/all.T | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index f9482d1..28c80e1 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -28,7 +28,7 @@ setTestOpts(no_lint)
# really changed, then you know there's an issue.
test('T1969',
- [expect_broken(12437),
+ [# expect_broken(12437),
compiler_stats_num_field('peak_megabytes_allocated', # Note [residency]
[(wordsize(32), 30, 15),
# 2010-05-17 14 (x86/Windows)
More information about the ghc-commits
mailing list