[GHC] #9374: Investigate Static Argument Transformation
GHC
ghc-devs at haskell.org
Tue Sep 9 18:42:16 UTC 2014
#9374: Investigate Static Argument Transformation
-------------------------------------+-------------------------------------
Reporter: jstolarek | Owner:
Type: task | Status: new
Priority: lowest | Milestone:
Component: Compiler | Version: 7.9
Resolution: | Keywords:
Operating System: | Architecture: Unknown/Multiple
Unknown/Multiple | Difficulty: Unknown
Type of failure: | Blocked By:
None/Unknown | Related Tickets:
Test Case: |
Blocking: |
Differential Revisions: |
-------------------------------------+-------------------------------------
Comment (by dfeuer):
This issue (if it's an issue) isn't with SAT, but may affect it: Sometimes
`Rec` groups include things they don't (seem to) need to, so the the
current SAT will see "mutual recursion" when there's only self recursion,
and SAT won't be applied. Should I open a separate ticket to
investigate/fix this, or is it desirable for some reason?
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9374#comment:9>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list