[GHC] #8354: Add INLINE (or at least INLINABLE) pragmas for methods of Ord in ghc-prim
GHC
ghc-devs at haskell.org
Tue Sep 24 19:26:46 CEST 2013
#8354: Add INLINE (or at least INLINABLE) pragmas for methods of Ord in ghc-prim
-------------------------------------+-------------------------------------
Reporter: guest | Owner:
Type: feature request | Status: new
Priority: normal | Milestone:
Component: libraries (other) | Version: 7.6.3
Keywords: | Operating System: Unknown/Multiple
Architecture: Unknown/Multiple | Type of failure: None/Unknown
Difficulty: Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: |
-------------------------------------+-------------------------------------
Self-explanatory. Eq already has INLINE on (==) and (/=), and it'd be nice
to have it on Ord so that SPECIALIZE pragmas on its methods in user code
can fire.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8354>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list