Ticket #2462 (closed bug: invalid)
Data.List.sum is slower than 6.8.3
| Reported by: | simonmar | Owned by: | simonpj |
|---|---|---|---|
| Priority: | high | Milestone: | 6.10.1 |
| Component: | Compiler | Version: | 6.8.3 |
| Keywords: | Cc: | ||
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | Runtime performance bug | Difficulty: | Unknown |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
main = print (sum [1..100000000::Int])
with 6.8.3:
MUT time 1.76s ( 1.79s elapsed)
with HEAD (22/7/08)
MUT time 1.97s ( 1.99s elapsed)
complete guess: sum has been mis-optimised by SAT?
Change History
Note: See
TracTickets for help on using
tickets.
