[GHC] #13543: Improve demand analysis for join points

GHC ghc-devs at haskell.org
Thu Mar 8 16:04:52 UTC 2018


#13543: Improve demand analysis for join points
-------------------------------------+-------------------------------------
        Reporter:  simonpj           |                Owner:  (none)
            Type:  bug               |               Status:  closed
        Priority:  normal            |            Milestone:
       Component:  Compiler          |              Version:  8.0.1
      Resolution:  fixed             |             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 bgamari):

 Hmm, I think the expected test output might just be wrong: the stderr
 output is empty in the `normal` way because GHC is invoked without
 optimisation enabled in that way. I believe the test was supposed to
 expect non-empty output.

 I suspect we should only be running this test in the `optasm` way (since
 the other ways will inevitably differ in their strictness signatures) and
 update the output accordingly. We should ask Simon to look over the new
 output before committing.

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


More information about the ghc-tickets mailing list