Ticket #3331 (closed bug: fixed)
control-monad-queue performance regression
| Reported by: | lpsmith | Owned by: | |
|---|---|---|---|
| Component: | Compiler | Version: | 6.10.3 |
| Keywords: | Cc: | ||
| Operating System: | Unknown/Multiple | ||
| Test Case: | Architecture: | Unknown/Multiple | |
| Type of failure: | Runtime performance bug |
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.

