[GHC] #14137: Do more inlining into non-recursive join points

GHC ghc-devs at haskell.org
Sat Aug 19 01:12:04 UTC 2017


#14137: Do more inlining into non-recursive join points
-------------------------------------+-------------------------------------
        Reporter:  simonpj           |                Owner:  nomeata
            Type:  bug               |               Status:  new
        Priority:  normal            |            Milestone:
       Component:  Compiler          |              Version:  8.2.1
      Resolution:                    |             Keywords:  JoinPoints
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 simonpj):

 Finally there are the multiple occurrences of `ds5`.   I think that `ds5`
 counts as `smallEnoughToInline` and hence `postInLineUnconditionally`
 inlines it in HEAD.  But in this variant I'm not longer sure becuase it's
 outside the recursive loop.  Maybe it didn't start that way?

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


More information about the ghc-tickets mailing list