[commit: ghc] wip/nested-cpr: in Demand.lhs, remember what is a sum type (2ef1052)

git at git.haskell.org git at git.haskell.org
Mon Dec 16 21:00:02 UTC 2013


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/nested-cpr
Link       : http://ghc.haskell.org/trac/ghc/changeset/2ef1052f21add13af780fc0fa7967a3ba48b8b62/ghc

>---------------------------------------------------------------

commit 2ef1052f21add13af780fc0fa7967a3ba48b8b62
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Tue Dec 10 09:15:09 2013 +0000

    in Demand.lhs, remember what is a sum type
    
    because we want to zap CPR information for sum types not only on the
    outermost level, but also nested.
    See Note [CPR for sum types]
    This comes up in sublist in Listplikefns in nofib’s boyer2.


>---------------------------------------------------------------

2ef1052f21add13af780fc0fa7967a3ba48b8b62
 compiler/basicTypes/DataCon.lhs |    4 +++
 compiler/basicTypes/Demand.lhs  |   76 ++++++++++++++++++++++++---------------
 compiler/basicTypes/MkId.lhs    |    2 +-
 compiler/stranal/DmdAnal.lhs    |   39 ++++++++++++--------
 4 files changed, 77 insertions(+), 44 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 2ef1052f21add13af780fc0fa7967a3ba48b8b62


More information about the ghc-commits mailing list