Ticket #2396 (closed bug: fixed)
Default class method not inlined
| Reported by: | sedillard | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 7.0.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
Default class method not inlined. Class PackedMat? has a method unpackMat. There is one instance declared. In the attached file, the method definitions of that instance are commented out, falling back to the default defs. Compile as-is (with -O2) to see the bug. Uncomment the instance method definitions to see the desired behavior.
possibly related to #672
http://www.haskell.org/pipermail/glasgow-haskell-users/2008-June/014974.html
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

