[GHC] #12354: Word foldl' isn't optimized as well as Int foldl'
GHC
ghc-devs at haskell.org
Fri Jul 1 10:29:34 UTC 2016
#12354: Word foldl' isn't optimized as well as Int foldl'
-------------------------------------+-------------------------------------
Reporter: kjslag | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 8.0.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 bgamari):
I think it's reasonable to expect that `Word` and `Int` optimize roughly
as well. I might even go so far to say that the same should be expected of
the narrower `Word` and `Int` variants.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12354#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list