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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5cb36983754f64da X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-04-03 01:11:10 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed00.sul.t-online.de!t-online.de!tiscali!newsfeed1.ip.tiscali.net!news.worldonline.be!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: No call for Ada (was Re: Announcing new scripting/prototyping language) Date: 03 Apr 2004 11:13:35 +0200 Organization: Worldonline Belgium Sender: lbrenta@deuteronomy Message-ID: <87r7v5zao0.fsf@insalien.org> References: <20040206174017.7E84F4C4114@lovelace.ada-france.org> <54759e7e.0402071124.322ea376@posting.google.com> NNTP-Posting-Host: 83-134-242-121.lindthout.goplus.fastdsl.tiscali.be Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.worldonline.be 1080983466 26657 83.134.242.121 (3 Apr 2004 09:11:06 GMT) X-Complaints-To: abuse@worldonline.be NNTP-Posting-Date: Sat, 3 Apr 2004 09:11:06 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 Xref: archiver1.google.com comp.lang.ada:6713 Date: 2004-04-03T11:13:35+02:00 List-Id: David Starner writes: > On Fri, 02 Apr 2004 18:18:42 -0500, Beth Bruzan wrote: > > However, with proper design > > and implementation, Ada does not need garbage collection, > > And with proper design and implementation, C does not need bounds > checking. If your allocation and deallocation is trivial, you don't > need garbage collection; but if you look at something like GCC, they > implemented garbage collection in C because it was too much work to > keep track of the allocations. I have no doubt they would have done > the same thing in Ada. This turned out not to work that well; there have been large performance and memory footprint concerns in GCC because of GC. Linus Torvalds recommends reference counting as a better, more predictable and more efficient mechanism. -- Ludovic Brenta.