[GHC] #13340: Core top-level bindings no longer deduplicated
GHC
ghc-devs at haskell.org
Wed Mar 1 21:07:12 UTC 2017
#13340: Core top-level bindings no longer deduplicated
-------------------------------------+-------------------------------------
Reporter: rwbarton | Owner: (none)
Type: bug | Status: new
Priority: highest | Milestone: 8.2.1
Component: Compiler | Version: 8.1
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by simonpj):
So I did! I was fixing a whole bunch of things, noted this problem, fixed
it, and forgot. Then when building the patch sequence I accidentally
swept this into the equal-alts patch.
I think it'll do fine as-is. Could you add language in `Note [CSE for
stable unfoldings]` to explain the use of `isAnyInlinePragma`; and point
to this ticket? And delete the commented-out `isStableUnfolding`.
Thanks
Simon
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13340#comment:12>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list