Re: Please help with GC internals
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Please help with GC internals
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Mon, 9 Dec 2013 09:57:24 -0200
I wonder why you want to keep alive objects thara have no references to them.
They'll be forever inaccessible except from the chain of values inside C.
Note that it does make sense to keep strings alive because they are interned
and so can resurrected by value. Not so for tables and closures.