[commit: ghc] master: Introduce BootUnfolding, set when unfolding is absent due to hs-boot file. (1f1bd92)
git at git.haskell.org
git at git.haskell.org
Sun Aug 21 09:46:29 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/1f1bd920047fa083de29eba7cedafbe37d350b73/ghc
>---------------------------------------------------------------
commit 1f1bd920047fa083de29eba7cedafbe37d350b73
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date: Thu May 12 12:47:16 2016 -0700
Introduce BootUnfolding, set when unfolding is absent due to hs-boot file.
Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>
Test Plan: validate
Reviewers: simonpj, austin, bgamari
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D2246
>---------------------------------------------------------------
1f1bd920047fa083de29eba7cedafbe37d350b73
compiler/coreSyn/CoreSyn.hs | 22 ++++++++++++++++++----
compiler/coreSyn/CoreUnfold.hs | 1 +
compiler/coreSyn/CoreUtils.hs | 1 +
compiler/coreSyn/PprCore.hs | 1 +
compiler/deSugar/DsMonad.hs | 1 +
compiler/iface/LoadIface.hs | 2 +-
compiler/iface/TcIface.hs | 20 +++++++++++---------
compiler/main/TidyPgm.hs | 5 +++--
compiler/simplCore/Simplify.hs | 1 +
compiler/specialise/Specialise.hs | 1 +
compiler/typecheck/TcRnMonad.hs | 12 +++++++-----
compiler/typecheck/TcRnTypes.hs | 5 +++++
compiler/vectorise/Vectorise/Exp.hs | 1 +
13 files changed, 52 insertions(+), 21 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 1f1bd920047fa083de29eba7cedafbe37d350b73
More information about the ghc-commits
mailing list