On Tue, Feb 16, 2010 at 3:15 PM, John Nagle <na...@animats.com> wrote:

> One possible implementation would be
> to have unfrozen objects managed by reference counting and locking as
> in CPython.  Frozen objects would live in a different memory space and be
> garbage collected by a concurrent garbage collector.
>

A concurrent garbage collector for frozen object would still need to walk
unfrozen objects, to find references to frozen objects.


--
Daniel Stutzbach, Ph.D.
President, Stutzbach Enterprises, LLC <http://stutzbachenterprises.com>
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to