[GHC] #13340: Core top-level bindings no longer deduplicated

GHC ghc-devs at haskell.org
Sun Feb 26 15:41:37 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 rwbarton):

 It must be related to the new `Note [CSE for stable unfoldings]` as `f`
 and `g` get stable unfoldings in the cases in which CSE does not work and
 vanilla unfoldings in the case in which CSE does work. I have no idea why
 the unfoldings for `f` and `g` would ever be stable, though, reading the
 documentation for `InlineStable`.

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13340#comment:6>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list