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: Robert A Duff Subject: Re: Ada GC (was Re: Ammo-zilla) Date: 1999/11/09 Message-ID: #1/1 X-Deja-AN: 546490747 Sender: bobduff@world.std.com (Robert A Duff) 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> <7vkjea$b34$1@nnrp1.deja.com> <7vncgr$bpg$1@nnrp1.deja.com> <7vqd45$iiq$1@nnrp1.deja.com> <7vvroo$grr$1@nnrp1.deja.com> Organization: The World Public Access UNIX, Brookline, MA Newsgroups: comp.lang.ada Date: 1999-11-09T00:00:00+00:00 List-Id: "Vladimir Olensky" writes: > Robert Dewar wrote in message <7vvroo$grr$1@nnrp1.deja.com>... > >Again you miss my point, unless you segregate memory with > >hardware memory protect, allowing unchecked conversion, and > >hence address calculations, anywhere, can damage data structures > >anywhere. I am NOT talking about bugs in the GC implementation > >itself. And crossing a hardware protection boundary once for every "new" would be prohibitively expensive (unless you designed the hardware specifically to support such a thing -- even then, it would be expensive). > It just never come to my mind that someone (one the client's side) > could try to do something (using unchecked conversions ) for anything > that is behind that protection wall (for me it is a crazy idea). Bugs are not caused by people *trying* to do something -- they happen by accident! - Bob