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-Thread: 103376,b99897135d6631cc X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news2.google.com!proxad.net!proxad.net!194.159.246.34.MISMATCH!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: memory management and productivity Date: 26 Jun 2004 18:10:29 +0100 Organization: Pushface Sender: simon@smaug.pushface.org Message-ID: References: <40d15023$1_1@baen1673807.greenlnk.net> <40d69121$1_1@baen1673807.greenlnk.net> NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.demon.co.uk 1088270126 18044 62.49.19.209 (26 Jun 2004 17:15:26 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Sat, 26 Jun 2004 17:15:26 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 Xref: g2news1.google.com comp.lang.ada:1930 Date: 2004-06-26T18:10:29+01:00 List-Id: Ole-Hjalmar Kristensen writes: > >>>>> "BP" == Bj�rn Persson writes: > BP> Well, I'd think rocket scientists don't want garbage > BP> collection. Their programs are real-time systems. > > In that case, you do not want any dynamic allocation whatsoever, so > the availability of garbage collection is not important. Depends what you mean by "dynamic allocation". I see nothing wrong with using dynamic allocation so long as the storage pool used behaves appropriately for the requirement. -- Simon Wright 100% Ada, no bugs.