John Tobey wrote:
> I think we are trying to accommodate any of several GC systems to be
> selected amongst in future.

Then the Perl API needs to allow for the GC to move objects. If that
can't happen, the majority of interesting collectors can't be used.

> Ken Fox <[EMAIL PROTECTED]> wrote:
> > Did you ever have this problem [cycles between systems] or is it
> > contrived?
> 
> I personally guarantee the issue will arise.  :-)

Your finalizer doesn't catch cycles. Did you ever have problems with
it not reclaiming garbage? A collector can still be useful even if it
can't find all garbage. (Conservative collectors can't for example.)

- Ken

Reply via email to