[GHC] #14948: A program which benefits from a late specialisation pass
GHC
ghc-devs at haskell.org
Fri Mar 23 02:24:11 UTC 2018
#14948: A program which benefits from a late specialisation pass
-------------------------------------+-------------------------------------
Reporter: mpickering | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 8.2.2
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 dfeuer):
I don't know if this is related. I asked Johan Tibell the other day why
`unordered-containers` marks almost everything `INLINE` instead of
`INLINABLE`. He replied that when an `INLINE` function calls an
`INLINABLE` one, we end up calling to specialize. He also indicated that
he'd opened a ticket about this long ago; I don't know which one.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14948#comment:4>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list