The future of "frozen" types as the number of CPU cores increases

Daniel Stutzbach daniel at stutzbachenterprises.com
Wed Feb 17 06:44:49 EST 2010


On Tue, Feb 16, 2010 at 3:15 PM, John Nagle <nagle at 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>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20100217/59265566/attachment.html>


More information about the Python-list mailing list