Ticket #3331 (closed bug: fixed)
control-monad-queue performance regression
| Reported by: | lpsmith | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.12 branch |
| Component: | Compiler | Version: | 6.10.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
$ cabal unpack control-monad-queue $ cd control-monad-queue-0.0.9.1/tests $ ghc --make -O2 Time.hs -i.. $ ./Time allison 34 20 $ ./Time corec1 34 20 $ ./Time corec2 34 20
Runs anywhere from 16-32% slower on GHC 6.10.3 than GHC 6.8.3, and allocates significantly more memory.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

