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,b99897135d6631cc X-Google-Attributes: gid103376,public Path: g2news1.google.com!news2.google.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Jano Newsgroups: comp.lang.ada Subject: Re: memory management and productivity Date: Mon, 21 Jun 2004 12:38:35 +0200 Message-ID: <2jns5aF131565U1@uni-berlin.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de WJjzWQTjOZH2ZiN1lpzYTQ3TvLfPJ48b1Cya/pmlGeP1M6QJY= User-Agent: Mozilla Thunderbird 0.7 (Windows/20040616) X-Accept-Language: en-us, en In-Reply-To: Xref: g2news1.google.com comp.lang.ada:1736 Date: 2004-06-21T12:38:35+02:00 List-Id: Christoph Karl Walter Grein wrote: >>I get this: >> >>Initialize >>Finalize >>Finalize >>Wibble >>Finalize >>Finalize >> >>and I'm impressed because I didn't knew these differences. I must >>however admit that I don't understand exactly what's happening and gvd >>sigfaults on me (w2000). Could you provide a short explanation please? > > > The relevant chapter in the RM is not easy to understand. So find here a commented example of initialisation/adjustment/finalization: > > http://home.t-online.de/home/christ-usch.grein/AdaMagica/Secretive.html Thanks!