in reply to Perl garbage collector and swap
Perl 5 doesn't have a traditional garbage collector. It uses reference counting and so doesn't need to visit every single item periodically as part of checking if it is still being referenced.
Perl 6 will suffer from this problem but Perl 5 doesn't.
- tye
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Perl garbage collector and swap (5 vs 6)
by zby (Vicar) on Mar 17, 2004 at 19:01 UTC | |
by TimToady (Parson) on Mar 18, 2004 at 08:51 UTC | |
by Elian (Parson) on Mar 18, 2004 at 16:24 UTC | |
by TimToady (Parson) on Mar 18, 2004 at 21:12 UTC | |
by tye (Sage) on Mar 18, 2004 at 16:54 UTC |