[GHC] #13221: OccurAnal fails to rediscover join points
GHC
ghc-devs at haskell.org
Wed Feb 1 21:50:21 UTC 2017
#13221: OccurAnal fails to rediscover join points
-------------------------------------+-------------------------------------
Reporter: lukemaurer | Owner: lukemaurer
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 8.1
Keywords: JoinPoints | Operating System: Unknown/Multiple
Architecture: | Type of failure: None/Unknown
Unknown/Multiple |
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Rev(s): | Wiki Page:
-------------------------------------+-------------------------------------
Not clear why the warning from `OccurAnal` about rediscovering join points
is ever firing. There's one circumstance I can think of, namely the
special typing rule allowing jumps from β-redexes, but the warning fires
repeatedly and β-redexes don't survive the simplifier.
This isn't hard evidence of something wrong, but it indicates the
occurrence analyzer may be missing something.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13221>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list