#6042: GHC is bloated
---------------------------------+------------------------------------------
Reporter: simonmar | Owner:
Type: bug | Status: new
Priority: high | Milestone: 7.6.1
Component: Compiler | Version: 7.4.1
Keywords: | Os: Unknown/Multiple
Architecture: Unknown/Multiple | Failure: None/Unknown
Difficulty: Unknown | Testcase:
Blockedby: | Blocking:
Related: |
---------------------------------+------------------------------------------
Comment(by simonpj):
INLINABLE should only mean that you specialise `Data.Map.lookup` once per
'''module''', not once per '''call'''.
Moreover if A imports B (transitively), and B has specialised
`Data.Map.lookup` at `Int`, then A should not re-specialise it. So it's
pretty good actually.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/6042#comment:6>
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