[commit: ghc] wip/T10613, wip/T11731: Demand Analyser: Zap fragile used-once information (aed3780)
git at git.haskell.org
git at git.haskell.org
Thu Mar 31 11:22:56 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branches: wip/T10613,wip/T11731
Link : http://ghc.haskell.org/trac/ghc/changeset/aed37807505fe80cec4d685ed131d9a5f697b704/ghc
>---------------------------------------------------------------
commit aed37807505fe80cec4d685ed131d9a5f697b704
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.
>---------------------------------------------------------------
aed37807505fe80cec4d685ed131d9a5f697b704
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 aed37807505fe80cec4d685ed131d9a5f697b704
More information about the ghc-commits
mailing list