#5928: INLINABLE fails to specialize in presence of simple wrapper
---------------------------------+------------------------------------------
    Reporter:  tibbe             |       Owner:                  
        Type:  bug               |      Status:  new             
    Priority:  normal            |   Milestone:                  
   Component:  Compiler          |     Version:  7.4.1           
    Keywords:                    |          Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |     Failure:  None/Unknown    
  Difficulty:  Unknown           |    Testcase:                  
   Blockedby:                    |    Blocking:                  
     Related:                    |  
---------------------------------+------------------------------------------

Comment(by tibbe):

 Could we at least have the option of running the specialization pass more
 often (e.g. as often as inlining)? I'd like to have repa use INLINABLE
 instead of INLINE when possible to decrease the amount of code bloat it
 generates and I'd be worried that because the specialization pass only
 runs once it might fail to trigger in important situations and the
 performance of the code will be unpredictable.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/5928#comment:11>
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