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,86ec22e070e319c0 X-Google-Attributes: gid103376,public From: robert_dewar@my-dejanews.com Subject: Re: How do I get this to work?? Date: 1999/01/18 Message-ID: <77vi4q$o7l$1@nnrp1.dejanews.com>#1/1 X-Deja-AN: 433988480 References: <76s0dp$1v4$1@nntp3.uunet.ca> <76tbvv$ba5$1@nntp3.uunet.ca> <770ifd$qui$1@goblin.uunet.ca> <771bl9$sla$1@nnrp1.dejanews.com> <77b9cp$5kh$1@nnrp1.dejanews.com> X-Http-Proxy: 1.0 x7.dejanews.com:80 (Squid/1.1.22) for client 205.232.38.14 Organization: Deja News - The Leader in Internet Discussion X-Article-Creation-Date: Mon Jan 18 14:57:35 1999 GMT Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.04 [en] (OS/2; I) Date: 1999-01-18T00:00:00+00:00 List-Id: In article , warwicks@telusplanet.net (Chris Warwick) wrote: > In article , Matthew Heaney wrote: > Of all the Ada compilers I have dealt with, both 83 and > 95, none deallocate memory to my knowledge (GNAT may, but > I haven't had need to look). Indeed this is one of the > first questions I ask when I discover c++ programmers > using Ada... You need to cite chapter and verse here. I have worked with many many Ada compilers, and none of them ignored unchecked deallocation, and it is hard to imagine that any would. Of course GNAT deallocates memory, but I would never claim this is a special advantage of GNAT, since all Ada compilers deallocate memory. The only instance I know of in commercial Ada compilers which might give rise to such a peculiar claim is the old obsolete Alsys 386 compiler, which for local collections (not very common in practice) delayed the deallocation till scope exit, but even there to say that the memory was not deallocated is false. Just what *are* you talking about here. I have often heard misinformation about Ada spread, but this is among the most extraordinary examples! -----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own