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