Huge space leak of GHC API 7.8.x?

2014-07-14 Thread 山本和彦
13MB So, I think GHC API 7.8.x has huge space leak. (And I'm wondering why Mac uses much more memory than Linux). I would like to hear opinions from you guys. --Kazu A.hs import Control.Concurrent import CoreMonad (liftIO) import DynFlags import GHC import GHC.Paths (libdir) main

Re: Huge space leak of GHC API 7.8.x?

2014-07-14 Thread Karel Gardas
On 07/14/14 09:00 AM, Kazu Yamamoto (山本和彦) wrote: Mac (64bit) Linux (64bit) GHC 7.6.3: 20MB4MB GHC 7.8.3:106MB 13MB On Solaris 11 i386 (32bit binary) I see: GHC 7.8.2: 91MB (size), 81MB (RSS) GHC 7.6.3 53MB (size), 44MB (RSS) Cheers, Karel

RE: Huge space leak of GHC API 7.8.x?

2014-07-14 Thread Simon Peyton Jones
Would you like to create a Trac ticket? Is anyone able to investigate? Simon | -Original Message- | From: ghc-devs [mailto:ghc-devs-boun...@haskell.org] On Behalf Of Kazu | Yamamoto | Sent: 14 July 2014 08:00 | To: ghc-devs@haskell.org | Subject: Huge space leak of GHC API 7.8.x