On Mon, 2005-09-19 at 17:52, Scott David Daniels wrote:
> Michael Hudson wrote:
> 
> > How does a copying gc differ much from a non-copying non-refcounted gc
> > here?
> 
> One important issue for C coded modules is that addresses may change
> when a GC is invoked, so no remembering addresses in your module; you
> must recalculate before each use.

And then you're left with "fun" like JNI's pining and such.  That won't
suck at all! :)

-Barry

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to