#4208: ghci/Linker.lhs space leaks
-----------------------------+----------------------------------------------
  Reporter:  TristanAllwood  |          Owner:  igloo           
      Type:  bug             |         Status:  closed          
  Priority:  normal          |      Milestone:  6.14.1          
 Component:  GHC API         |        Version:  6.12.3          
Resolution:  fixed           |       Keywords:                  
Difficulty:                  |             Os:  Unknown/Multiple
  Testcase:                  |   Architecture:  Unknown/Multiple
   Failure:  None/Unknown    |  
-----------------------------+----------------------------------------------
Changes (by igloo):

  * status:  new => closed
  * resolution:  => fixed
  * milestone:  => 6.14.1


Comment:

 Thanks for the report; fixed:
 {{{
 Tue Jul 27 21:19:11 BST 2010  Ian Lynagh <[email protected]>
   * Make PersistentLinkerState fields strict; fixes #4208
   We modify fields a lot, so we retain the old value if they aren't
 forced.
 }}}

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