#1643: Unnecessary dictionaries
-----------------------+----------------------------------------------------
Reporter: guest | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 6.7
Severity: normal | Keywords:
Difficulty: Unknown | Os: MacOS X
Testcase: | Architecture: x86
-----------------------+----------------------------------------------------
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.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1643>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs