[GHC] #14790: eqTypeRep does not inline
GHC
ghc-devs at haskell.org
Mon Feb 12 14:30:29 UTC 2018
#14790: eqTypeRep does not inline
-------------------------------------+-------------------------------------
Reporter: dfeuer | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone: 8.6.1
Component: Compiler | Version: 8.4.1-alpha2
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
Type of failure: Runtime | Unknown/Multiple
performance bug | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by dfeuer):
Hmmm... Actually, that constant folding notion is complicated by the fact
that the `TypeRep` builders won't inline to expose the fingerprints
anyway, thanks to recursion. Should we `INLINE` the wrapper function as I
proposed, and just `NOINLINE` the worker?
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14790#comment:12>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list