[Haskell-cafe] rts nursery and stopping the world minor gc

Brandon Allbery allbery.b at gmail.com
Thu Jun 8 19:03:10 UTC 2017


On Thu, Jun 8, 2017 at 3:00 PM, Ruben Astudillo <ruben.astud at gmail.com>
wrote:

> When the nursery of a capability gets filled, do we have to
> stop-the-world just for that local nursery gc?. To me this is different
> than gen0 or gen1 gc because isn't really a shared resource.
>

Things that survive garbage collection get promoted out of the nursery.

-- 
brandon s allbery kf8nh                               sine nomine associates
allbery.b at gmail.com                                  ballbery at sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20170608/0e12fbd6/attachment.html>


More information about the Haskell-Cafe mailing list