[commit: ghc] wip/nested-cpr: Initial work on Nested CPR (5ab2af6)
git at git.haskell.org
git at git.haskell.org
Fri Jan 17 23:50:03 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nested-cpr
Link : http://ghc.haskell.org/trac/ghc/changeset/5ab2af61941021e48fd7e6c373475741942950a4/ghc
>---------------------------------------------------------------
commit 5ab2af61941021e48fd7e6c373475741942950a4
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Mon Nov 25 09:59:16 2013 +0000
Initial work on Nested CPR
>---------------------------------------------------------------
5ab2af61941021e48fd7e6c373475741942950a4
compiler/basicTypes/Demand.lhs | 133 ++++++++++++--------
compiler/stranal/DmdAnal.lhs | 116 ++++++++++++-----
.../tests/numeric/should_compile/T7116.stdout | 8 +-
.../tests/simplCore/should_compile/T3717.stderr | 2 +-
.../tests/simplCore/should_compile/T4201.stdout | 2 +-
.../tests/simplCore/should_compile/T4918.stdout | 4 +-
.../tests/simplCore/should_compile/T4930.stderr | 2 +-
.../tests/simplCore/should_compile/T7360.stderr | 4 +-
.../simplCore/should_compile/spec-inline.stderr | 6 +-
testsuite/tests/stranal/sigs/HyperStrUse.stderr | 2 +-
testsuite/tests/stranal/sigs/T8598.stderr | 2 +-
11 files changed, 177 insertions(+), 104 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 5ab2af61941021e48fd7e6c373475741942950a4
More information about the ghc-commits
mailing list