[commit: ghc] master: When a value Id comes from hi-boot, insert noinline. Fixes #10083. (5a8fa2e)
git at git.haskell.org
git at git.haskell.org
Sun Aug 21 09:46:42 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/5a8fa2e662fce9ef03f0ec7891d7f81740e630bc/ghc
>---------------------------------------------------------------
commit 5a8fa2e662fce9ef03f0ec7891d7f81740e630bc
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date: Thu May 12 20:33:43 2016 -0700
When a value Id comes from hi-boot, insert noinline. Fixes #10083.
Summary:
This also drops the parked fix from
efa7b3a474bc373201ab145c129262a73c86f959
(though I didn't revert the refactoring).
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/D2211
GHC Trac Issues: #10083
>---------------------------------------------------------------
5a8fa2e662fce9ef03f0ec7891d7f81740e630bc
compiler/coreSyn/CoreSyn.hs | 2 +
compiler/iface/MkIface.hs | 76 ++++++++++++++++++++++++++
compiler/typecheck/TcBinds.hs | 59 --------------------
testsuite/tests/perf/compiler/all.T | 12 +++-
testsuite/tests/simplCore/should_compile/all.T | 2 +-
5 files changed, 89 insertions(+), 62 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 5a8fa2e662fce9ef03f0ec7891d7f81740e630bc
More information about the ghc-commits
mailing list