[commit: ghc] wip/better-ho-cardinality: Some refactoring of Demand and DmdAnal (838da6f)
git at git.haskell.org
git at git.haskell.org
Thu Dec 12 12:15:36 UTC 2013
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/better-ho-cardinality
Link : http://ghc.haskell.org/trac/ghc/changeset/838da6fc74266cf6e561d6ba0cb1c8bd052b4efc/ghc
>---------------------------------------------------------------
commit 838da6fc74266cf6e561d6ba0cb1c8bd052b4efc
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Wed Dec 11 18:17:04 2013 +0000
Some refactoring of Demand and DmdAnal
This was authored by SPJ and extracted from the "Improve the handling of
used-once stuff" patch by Joachim.
>---------------------------------------------------------------
838da6fc74266cf6e561d6ba0cb1c8bd052b4efc
compiler/basicTypes/Demand.lhs | 225 +++++++++++++++++++---------------------
compiler/coreSyn/CoreUtils.lhs | 11 +-
compiler/stranal/DmdAnal.lhs | 31 +++---
compiler/stranal/WorkWrap.lhs | 10 +-
4 files changed, 133 insertions(+), 144 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 838da6fc74266cf6e561d6ba0cb1c8bd052b4efc
More information about the ghc-commits
mailing list