[commit: ghc] wip/T11731: Demand Analyser: Zap fragile used-once information (362b677)

git at git.haskell.org git at git.haskell.org
Thu Mar 31 11:35:28 UTC 2016


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

On branch  : wip/T11731
Link       : http://ghc.haskell.org/trac/ghc/changeset/362b677ab7d02fb354d38e074d7479c0eb4da751/ghc

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

commit 362b677ab7d02fb354d38e074d7479c0eb4da751
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Thu Mar 31 12:38:02 2016 +0200

    Demand Analyser: Zap fragile used-once information
    
    in all runs of the demand analysis besides the last one right before
    CodeTidy. See #11731 for a discussion.


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

362b677ab7d02fb354d38e074d7479c0eb4da751
 compiler/basicTypes/Demand.hs   | 22 +++++++++++++-
 compiler/basicTypes/Id.hs       |  5 ++-
 compiler/basicTypes/IdInfo.hs   |  7 ++++-
 compiler/coreSyn/CoreLint.hs    |  2 +-
 compiler/simplCore/CoreMonad.hs |  4 +--
 compiler/simplCore/SimplCore.hs | 14 ++++-----
 compiler/stranal/DmdAnal.hs     | 67 +++++++++++++++++++++++++++++++++++------
 7 files changed, 99 insertions(+), 22 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 362b677ab7d02fb354d38e074d7479c0eb4da751


More information about the ghc-commits mailing list