[GHC] #14152: Float exit paths out of recursive functions
GHC
ghc-devs at haskell.org
Wed Aug 30 07:53:21 UTC 2017
#14152: Float exit paths out of recursive functions
-------------------------------------+-------------------------------------
Reporter: nomeata | Owner: (none)
Type: task | 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: #14137 #10918 | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by nomeata):
Note that loopification is not really a pass: The information of whether
we can do it falls out of the simplifier, and the change to the AST is a
simple local change and O(1).
I will turn exitification into a pass of its own.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14152#comment:16>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list