[GHC] #7363: runghc leaks space in IO

GHC cvs-ghc at haskell.org
Sun Apr 21 00:58:09 CEST 2013


#7363: runghc leaks space in IO
--------------------------------------+-------------------------------------
  Reporter:  Jafet                    |          Owner:  igloo         
      Type:  bug                      |         Status:  closed        
  Priority:  normal                   |      Milestone:  7.8.1         
 Component:  None                     |        Version:  7.6.1         
Resolution:  worksforme               |       Keywords:                
        Os:  Unknown/Multiple         |   Architecture:  x86_64 (amd64)
   Failure:  Runtime performance bug  |     Difficulty:  Unknown       
  Testcase:                           |      Blockedby:                
  Blocking:                           |        Related:                
--------------------------------------+-------------------------------------
Changes (by igloo):

  * status:  new => closed
  * resolution:  => worksforme


Comment:

 I can reproduce the memory usage with runghc, but also with
 {{{
 ghc q.hs -e main
 }}}
 (perhaps when you tested, you were picking up compiled code rather than
 interpreting?) so I think this is just the memory usage of interpreted,
 non-optimised code.

 If you still think there's something fishy going on, please reopen and
 give exactly what sources you're using and what commands you're running,
 so that I can try to reproduce it.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7363#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler



More information about the ghc-tickets mailing list