Ticket #1643 (closed merge: fixed)
Unnecessary dictionaries
| Reported by: | guest | Owned by: | igloo |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.8.2 |
| Component: | Compiler | Version: | 6.7 |
| Keywords: | Cc: | lennart@…, kyrab@… | |
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | Difficulty: | Unknown | |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
The attached program (unzip, untar, read Main.hs) contains dictionary building and taking apart despite all types being known. To find the dictionary search for dMonad inside QS.qsort. I've tried putting INLINE on everything I can think of, but even so there is a constant dictionary being used in a pattern match. And then the method calls are slow and non-inlined, of course.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

