On Sun, Jul 29, 2012 at 12:52 AM, C K Kashyap <span dir="ltr">&lt;<a href="mailto:ckkashyap@gmail.com" target="_blank">ckkashyap@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<div>I was looking at a video that talks about GC pauses. That got me curious about the current state of GC in Haskell - say ghc 7.4.1.</div><div>Would it suffer from lengthy pauses when we talk about memory in the range of 500M +?</div>

<div>What would be a good way to keep abreast with the progress on haskell GC?</div><div>Regards,</div><div>Kashyap</div>
</blockquote></div><br><div>Have you read the latest GHC manual pages?[1]  It has a list of options, suggestions, gotchas, etc.  I haven&#39;t read the GHC specific mailing lists, but cvs-ghc sounds like where you might get real-time updates.</div>
<div><br></div><div>[1](<a href="http://www.haskell.org/ghc/docs/latest/html/users_guide/runtime-control.html#rts-options-gc">http://www.haskell.org/ghc/docs/latest/html/users_guide/runtime-control.html#rts-options-gc</a>)</div>
<div><br></div><div><br></div>