From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: f4fd2,8e3b3db66f3b0061 X-Google-Attributes: gidf4fd2,public X-Google-Thread: 109fba,8e3b3db66f3b0061 X-Google-Attributes: gid109fba,public X-Google-Thread: 1014db,8e3b3db66f3b0061 X-Google-Attributes: gid1014db,public X-Google-Thread: 103376,474d28ddf953b3c1 X-Google-Attributes: gid103376,public X-Google-Thread: fd443,8e3b3db66f3b0061 X-Google-Attributes: gidfd443,public X-Google-ArrivalTime: 1994-12-02 02:22:03 PST Path: bga.com!news.sprintlink.net!pipex!uunet!news1.digex.net!ois.com!ois.com!not-for-mail From: beckwb@ois.com (R. William Beckwith) Newsgroups: alt.lang.design,comp.lang.c,comp.lang.c++,comp.lang.lisp,comp.lang.ada Subject: Re: Reference Counting (was Re: Searching Method for Incremental Garbage Collection) Followup-To: alt.lang.design,comp.lang.c,comp.lang.c++,comp.lang.lisp,comp.lang.ada Date: 1 Dec 1994 23:26:16 -0500 Organization: Objective Interface Systems, Inc. Message-ID: <3bm7l8$sp4@gamma.ois.com> References: <3bg6ci$18k@gamma.ois.com> <3bii2g$kn2@news.parc.xerox.com> <3bjfep$9ss@gamma.ois.com> NNTP-Posting-Host: gamma.ois.com X-Newsreader: TIN [version 1.2 PL2] Xref: bga.com alt.lang.design:148 comp.lang.c:32955 comp.lang.c++:39234 comp.lang.lisp:4248 comp.lang.ada:8170 Date: 1994-12-01T23:26:16-05:00 List-Id: Henry G. Baker (hbaker@netcom.com) wrote: : Please note that your use of the term 'weak pointer' is nonstandard. : 'Weak pointers' are used in tracing/coping GC's to refer to pointers : which aren't traced, but _are_ updated, possibly to NIL, by the : garbage collector. I learned the technique from the comments in the ParcPlace Object class. I have also referred to them as `non-sustaining' references. : A non-increment/decrement pointer in a reference counted system I : have called a 'deferred increment' pointers. I have a recent paper : in Sigplan Notices (and my ftp/www archive) which investigates : this issue more thoroughly. Ahh-hah. I have been reading this paper and I was wondering exactly what you meant by `deferred increment'. Thanks for the clarification. ... Bill