[GHC] #7542: GHC doesn't optimize (strict) composition with id
GHC
ghc-devs at haskell.org
Thu Oct 18 15:37:21 UTC 2018
#7542: GHC doesn't optimize (strict) composition with id
-------------------------------------+-------------------------------------
Reporter: shachaf | Owner: simonpj
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 7.6.1
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
Type of failure: Runtime | Unknown/Multiple
performance bug | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by dfeuer):
Examples using `map` are important, but they also need to be taken with a
grain of salt. List fusion will tear those things apart and put them
together again and that can eliminate some problems we want to look at.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/7542#comment:26>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list