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,29850945228df59 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-06-17 12:22:49 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!nntp.cs.ubc.ca!cyclone.bc.net!tdsnet-transit!newspeer.tds.net!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: Boehm-Demers-Weiser conservative garbage collector and GNAT Date: 17 Jun 2003 14:22:46 -0500 Organization: Berbee Information Networks Corporation Message-ID: References: <1316747.mXveBPtf0Z@linux1.krischik.com> In article <3EEF60F2.5070100@noplace.com>, Marin David Condic writes: > Larry Kilgallen wrote: >> >> >> Does that paper say _Ada_ programmers spend that much time ? >> >> If so, then programmers for some other languages must spend 110% of their >> time debugging memory managment issues. > Maybe we could put this one to rest permanently by getting some kind of > general consensus that Ada just plain doesn't need it. Or by claiming > that "Any *Competent* Ada Programmer" doesn't let memory leak. :-) Garbage collection is important to particular problem domains like AI. People who need it do not appear to be a significant portion of the Ada-using public.