#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 simonmar):
milan: great (I hoped by CC'ing you I might prompt you to run some tests
:-)
My worry is that INLINABLE is causing us to specialise e.g.
`Data.IntMap.lookup` every time it is used. If that is the case, then we
should write a wrapper module around `Data.IntMap` and use it everywhere
in GHC. We do this to some extent (`UniqFM`) but not everywhere, and we
should also check that in the case of `UniqFM` it really is sharing the
specialisations as we expect.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/6042#comment:3>
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