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,e44790cdcea9da82 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!newsfeeds.sol.net!posts.news.twtelecom.net!nnrp2.twtelecom.net!not-for-mail From: "Matthew Heaney" Newsgroups: comp.lang.ada References: <41651D37.4030805@mailinator.com> <2skt9qF1ljjdtU1@uni-berlin.de> <4165472D.2030704@mailinator.com><416573FA.4010003@mailinator.com> <87k6u2mj08.fsf@insalien.org><4166538E.6090907@mailinator.com> Subject: Re: Problem with -gnatt Date: Fri, 15 Oct 2004 16:03:55 -0400 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Message-ID: <41702a4f$0$91010$39cecf19@news.twtelecom.net> Organization: Time-Warner Telecom NNTP-Posting-Date: 15 Oct 2004 19:51:43 GMT NNTP-Posting-Host: 7178acd9.news.twtelecom.net X-Trace: DXC=;;ihL]ESn3>medgn:b^=R2C_A=>8kQj6=hHXa^^g6TZ44\7d95FA4R6dYZAA8S:H`2= X-Complaints-To: abuse@twtelecom.net Xref: g2news1.google.com comp.lang.ada:5293 Date: 2004-10-15T19:51:43+00:00 List-Id: "Stephen Leake" wrote in message news:mailman.250.1097331421.390.comp.lang.ada@ada-france.org... > > > > There may be something about this implementation of Ada.Containers > that is more complex for ASIS to handle then other code you have, > causing it to use more stack space. The AI-302 containers use very little stack space. These are all unbounded forms, so everything is allocated off the heap.