#4208: ghci/Linker.lhs space leaks
---------------------------------+------------------------------------------
    Reporter:  TristanAllwood    |       Owner:              
        Type:  bug               |      Status:  new         
    Priority:  normal            |   Component:  GHC API     
     Version:  6.12.3            |    Keywords:              
          Os:  Unknown/Multiple  |    Testcase:              
Architecture:  Unknown/Multiple  |     Failure:  None/Unknown
---------------------------------+------------------------------------------
 Lots of repeated calls to getHValue in ghci/Linker.lhs will cause a thunk
 to grow (THUNK_2_0 according to -hT).  Calling showLinkerState
 after each getHValue (in an attempt to force it) shows
 PersistentLinkerState grows in size quite rapidly.

 Possibly related: #4029

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4208>
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

Reply via email to