[commit: ghc] wip/nested-cpr: Initial work on Nested CPR (d4ed1c6)
git at git.haskell.org
git at git.haskell.org
Tue Feb 4 18:27:00 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nested-cpr
Link : http://ghc.haskell.org/trac/ghc/changeset/d4ed1c60623d28aad986352750d715d0db882e75/ghc
>---------------------------------------------------------------
commit d4ed1c60623d28aad986352750d715d0db882e75
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Mon Nov 25 09:59:16 2013 +0000
Initial work on Nested CPR
>---------------------------------------------------------------
d4ed1c60623d28aad986352750d715d0db882e75
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 +-
.../stranal/sigs/BottomFromInnerLambda.stderr | 2 +-
testsuite/tests/stranal/sigs/DmdAnalGADTs.stderr | 6 +-
testsuite/tests/stranal/sigs/HyperStrUse.stderr | 2 +-
testsuite/tests/stranal/sigs/T8598.stderr | 2 +-
testsuite/tests/stranal/sigs/UnsatFun.stderr | 4 +-
14 files changed, 183 insertions(+), 110 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 d4ed1c60623d28aad986352750d715d0db882e75
More information about the ghc-commits
mailing list