[GHC] #9546: filterM is not a good consumer for list fusion
GHC
ghc-devs at haskell.org
Wed Sep 3 19:54:10 UTC 2014
#9546: filterM is not a good consumer for list fusion
-------------------------------------+-------------------------------------
Reporter: dfeuer | Owner:
Type: bug | Status: patch
Priority: normal | Milestone:
Component: Compiler | Version: 7.9
Resolution: | Keywords:
Operating System: | Architecture: Unknown/Multiple
Unknown/Multiple | Difficulty: Unknown
Type of failure: Runtime | Blocked By:
performance bug | Related Tickets:
Test Case: |
Blocking: |
Differential Revisions: |
-------------------------------------+-------------------------------------
Comment (by nomeata):
LGTM. (I’m a bit doubtful about `INLINE`ing such a rather large function,
but `mapM` and `sequence` are also `INLINE`, so if it is ok for them, I
guess it ought to be ok for this).
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9546#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list