|
|
| There's more than one way to do things | |
| PerlMonks |
Re: Why bother with the mark and sweep garbage collection on non-embedded interpreter shutdown?by mstone (Deacon) |
| on Jun 16, 2005 at 00:28 UTC ( #467118=note: print w/ replies, xml ) | Need Help?? |
|
Slightly off-topic, I recall Dennis Ritchie talking about the Plan9 garbage collection system, which (IIRC) balanced a fairly aggressive reference counter against a very mellow mark-and-sweep system. The basic idea was that the ref counter would do most of the heavy lifting, with the mark-and-sweep system getting rid of the rare loop before too awfully long.
In Section
Meditations
|
|
||||||||||||||||||||