[commit: ghc] wip/T12618: Have SimpleWrapperUnfoldings (6419c31)
git at git.haskell.org
git at git.haskell.org
Fri Oct 14 20:42:34 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T12618
Link : http://ghc.haskell.org/trac/ghc/changeset/6419c314762cbac3020dd8c1091e9d205da8463b/ghc
>---------------------------------------------------------------
commit 6419c314762cbac3020dd8c1091e9d205da8463b
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Fri Oct 14 15:34:23 2016 -0400
Have SimpleWrapperUnfoldings
to keep them apart from compulsory unfoldings for now, to avoid
accidential unrelated effects of this patch.
>---------------------------------------------------------------
6419c314762cbac3020dd8c1091e9d205da8463b
compiler/basicTypes/MkId.hs | 2 +-
compiler/coreSyn/CoreSubst.hs | 6 +++---
compiler/coreSyn/CoreSyn.hs | 15 +++++++++++----
compiler/coreSyn/CoreUnfold.hs | 8 ++++----
compiler/coreSyn/PprCore.hs | 1 +
compiler/iface/IfaceSyn.hs | 13 ++++++++++++-
compiler/iface/MkIface.hs | 5 +++++
compiler/iface/TcIface.hs | 6 ++++++
8 files changed, 43 insertions(+), 13 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 6419c314762cbac3020dd8c1091e9d205da8463b
More information about the ghc-commits
mailing list