#4874: Unnecessary reboxing when using INLINABLE
---------------------------------+------------------------------------------
    Reporter:  tibbe             |        Owner:  igloo       
        Type:  bug               |       Status:  new         
    Priority:  normal            |    Milestone:  7.0.3       
   Component:  Compiler          |      Version:  7.0.1       
    Keywords:                    |     Testcase:              
   Blockedby:                    |   Difficulty:              
          Os:  Unknown/Multiple  |     Blocking:              
Architecture:  Unknown/Multiple  |      Failure:  None/Unknown
---------------------------------+------------------------------------------

Comment(by simonpj):

 PS: for the first test I had to replace `import Hashable` by
 {{{
 class Hashable a where
   hash :: a -> Int
 instance Hashable Int where
   hash x = x
 }}}

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

_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to