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=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e80a1497a689d8a5 X-Google-Attributes: gid103376,public From: dvdeug@x8b4e53cd. (David Starner) Subject: Re: Ammo-zilla Date: 1999/10/31 Message-ID: <7vht9i$a2g1@news.cis.okstate.edu>#1/1 X-Deja-AN: 542798175 References: <38120FAF.945ADD7D@hso.link.com> <7uutgd$87h$1@nnrp1.deja.com> <19991024.18033546@db3.max5.com> <38189268.43EB150F@mail.earthlink.net> <86ogdjtdwz.fsf@ppp-115-70.villette.club-internet.fr> <7vadsp$8q61@news.cis.okstate.edu> <1999Oct28.221910.1@eisner> <7vb3c4$8a21@news.cis.okstate.edu> <7vhg2n$7ht$1@nnrp1.deja.com> Organization: Oklahoma State University User-Agent: slrn/0.9.5.7 (UNIX) Newsgroups: comp.lang.ada Date: 1999-10-31T00:00:00+00:00 List-Id: On Sun, 31 Oct 1999 13:26:48 GMT, Robert Dewar wrote: >What for instance does it mean to do address overlays that >reference the address of some object if the address of that >object changes due to GC? I have no idea what a sensible answer >to this question might be! Um, don't move it? Either pick a form of GC that doesn't move objects (the Boehm conservative GC is one that almost becoming the standard for free software, while GCC now uses a rather more sophisticated GC internally that doesn't move stuff), or mark that object as immobile. -- David Starner - dstarner98@aasaa.ofe.org