Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
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 ( [id://467118]=note: print w/replies, xml ) Need Help??


in reply to Why bother with the mark and sweep garbage collection on non-embedded interpreter shutdown?

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.

  • Comment on Re: Why bother with the mark and sweep garbage collection on non-embedded interpreter shutdown?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://467118]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (2)
As of 2024-04-24 15:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found