[commit: ghc] wip/better-ho-cardinality: Some refactoring of Demand and DmdAnal (62a8f74)
git at git.haskell.org
git at git.haskell.org
Wed Dec 11 18:34:18 UTC 2013
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/better-ho-cardinality
Link : http://ghc.haskell.org/trac/ghc/changeset/62a8f746c25820070a9d808389cacf6fb9004e27/ghc
>---------------------------------------------------------------
commit 62a8f746c25820070a9d808389cacf6fb9004e27
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.
>---------------------------------------------------------------
62a8f746c25820070a9d808389cacf6fb9004e27
compiler/basicTypes/Demand.lhs | 223 +++++++++++++++++++---------------------
compiler/coreSyn/CoreUtils.lhs | 7 ++
compiler/stranal/DmdAnal.lhs | 31 +++---
compiler/stranal/WorkWrap.lhs | 11 +-
4 files changed, 136 insertions(+), 136 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 62a8f746c25820070a9d808389cacf6fb9004e27
More information about the ghc-commits
mailing list