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=0.6 required=5.0 tests=BAYES_00,TO_NO_BRKTS_FROM_MSSP autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,cda33fc7f63c2885 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-01-07 11:31:20 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!out.nntp.be!propagator-SanJose!in.nntp.be!newsranger.com!www.newsranger.com!not-for-mail Newsgroups: comp.lang.ada From: Ted Dennison References: Subject: Re: list strawman Message-ID: <4Im_7.7516$cD4.12952@www.newsranger.com> X-Abuse-Info: When contacting newsranger.com regarding abuse please X-Abuse-Info: forward the entire news article including headers or X-Abuse-Info: else we will not be able to process your request X-Complaints-To: abuse@newsranger.com NNTP-Posting-Date: Mon, 07 Jan 2002 14:31:12 EST Organization: http://www.newsranger.com Date: Mon, 07 Jan 2002 19:31:12 GMT Xref: archiver1.google.com comp.lang.ada:18620 Date: 2002-01-07T19:31:12+00:00 List-Id: In article , Stephen Leake says... >I found chasing thru the various layers of Initialize, Adjust, and >Finalize very confusing, espically for functions like "&" that must >allocate a temporary object to return. I have not done a lot of work >with Controlled types, and now I remember one reason why! Same here (although being restricted to the library level was another reason). I had an early version that tried to initailize a temporary object of that same type within Adjust. That of course causes Adjust to be called within Adjust, with no way out of the implicit recursion. I started to get a clue when the program ran for several minutes, with the disk going like mad, ending in a virtual memory exhaustion warning. :-( --- T.E.D. homepage - http://www.telepath.com/dennison/Ted/TED.html No trees were killed in the sending of this message. However a large number of electrons were terribly inconvenienced.