[GHC] #9434: GHC.List.reverse does not fuse

GHC ghc-devs at haskell.org
Wed Oct 1 16:00:28 UTC 2014


#9434: GHC.List.reverse does not fuse
-------------------------------------+-------------------------------------
              Reporter:  dfeuer      |            Owner:
                  Type:  bug         |           Status:  infoneeded
              Priority:  normal      |        Milestone:
             Component:              |          Version:  7.9
  libraries/base                     |         Keywords:
            Resolution:              |     Architecture:  Unknown/Multiple
      Operating System:              |       Difficulty:  Easy (less than 1
  Unknown/Multiple                   |  hour)
       Type of failure:  Runtime     |       Blocked By:
  performance bug                    |  Related Tickets:
             Test Case:              |
              Blocking:              |
Differential Revisions:              |
-------------------------------------+-------------------------------------

Comment (by dfeuer):

 I also just realized it may be better to ditch `mapreverse` altogether and
 actually interchange the `map` with the `reverse` so as to be sure not to
 interfere with the `map/map` rule.

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9434#comment:16>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list