[commit: ghc] master: Fix #12472 by looking for noinline/lazy inside oversaturated applications. (0d3bf62)
git at git.haskell.org
git at git.haskell.org
Sun Aug 21 09:46:26 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/0d3bf62092de83375025edca6f7242812338542d/ghc
>---------------------------------------------------------------
commit 0d3bf62092de83375025edca6f7242812338542d
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date: Sat Aug 6 13:47:05 2016 -0700
Fix #12472 by looking for noinline/lazy inside oversaturated applications.
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/D2444
GHC Trac Issues: #12472
>---------------------------------------------------------------
0d3bf62092de83375025edca6f7242812338542d
compiler/coreSyn/CorePrep.hs | 188 +++++++++++----------
.../simplCore/should_compile/noinline01.stderr | 31 +++-
2 files changed, 128 insertions(+), 91 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 0d3bf62092de83375025edca6f7242812338542d
More information about the ghc-commits
mailing list