develooper Front page | perl.perl6.internals | Postings from February 2001

Re: Garbage collection (was Re: JWZ on s/Java/Perl/)

Thread Previous | Thread Next
From:
Branden
Date:
February 15, 2001 02:20
Subject:
Re: Garbage collection (was Re: JWZ on s/Java/Perl/)
Message ID:
OE12mT6QcWY9pgXVWz100007788@hotmail.com
Hong Zhang
> > A deterministic finalization means we shouldn't need to force
programmers
> > to have good ideas. Make it easy, remember? :)
>
> I don't believe such an algorithm exists, unless you stick with reference
> count.
>

Either doesn't exist, or is more expensive than refcounting. I guess we have
to make a decision between deterministic finalization and not using
refcounting as GC, because both together sure don't exist.

And don't forget that if we stick with refcounting, we should try to find a
way to break circular references, too.

- Branden


Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About