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=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable 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!news2.google.com!proxad.net!freenix!enst.fr!melchior!cuivre.fr.eu.org!melchior.frmug.org!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: Problem with -gnatt Date: 16 Oct 2004 09:16:46 -0400 Organization: Cuivre, Argent, Or Message-ID: 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> <41702a4f$0$91010$39cecf19@news.twtelecom.net> NNTP-Posting-Host: lovelace.ada-france.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: melchior.cuivre.fr.eu.org 1097932622 55890 212.85.156.195 (16 Oct 2004 13:17:02 GMT) X-Complaints-To: usenet@melchior.cuivre.fr.eu.org NNTP-Posting-Date: Sat, 16 Oct 2004 13:17:02 +0000 (UTC) To: comp.lang.ada@ada-france.org Return-Path: In-Reply-To: <41702a4f$0$91010$39cecf19@news.twtelecom.net> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at ada-france.org X-BeenThere: comp.lang.ada@ada-france.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Gateway to the comp.lang.ada Usenet newsgroup" List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Xref: g2news1.google.com comp.lang.ada:5316 Date: 2004-10-16T09:16:46-04:00 "Matthew Heaney" writes: > "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. You are talking about stack space used by an application built with AI-302 containers. I was talking about stack space used by an application built with GNAT ASIS, _analyzing_ AI-302 containers. It does get confusing :). -- -- Stephe