http://qs321.pair.com?node_id=219947


in reply to Re^5: How I want my memory managed
in thread How I want my memory managed

Ah yes... terminology... sorry... :-) Replace every occurrence of 'garbage collection' with 'non-reference counted garbage collection' in posts that I made. The reason I made it more vague, is because there are more ways to perform non-reference counted garbage collection than 'mark & sweep'. The most obvious example is a 'copy' garbage collector.

Technically, you are definately correct that reference counting is a form of garbage collection.

Replies are listed 'Best First'.
Re: Re: Re^5: How I want my memory managed
by dani++ (Sexton) on Dec 18, 2002 at 11:19 UTC
    Uhhh...

    The information officer in Chaplin's movie about war is called 'Garbitch', so that means he's not using refcounting?

    Burp! Sorry, too much beer. =)

    dani++ (reference count increment)