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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,682c6a4dc0495d48 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Date: Tue, 04 Nov 2008 20:05:47 +0100 From: Andi User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Stackusage at runtime References: <491068b1$1_1@glkas0286.greenlnk.net> In-Reply-To: <491068b1$1_1@glkas0286.greenlnk.net> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 83.77.90.46 X-Original-NNTP-Posting-Host: 83.77.90.46 Message-ID: <49109d19$1_5@news.bluewin.ch> X-Trace: news.bluewin.ch 1225825561 83.77.90.46 (4 Nov 2008 20:06:01 +0100) Organization: Bluewin AG Complaints-To: abuse@bluewin.ch X-Original-NNTP-Posting-Host: 127.0.0.1 Path: g2news1.google.com!news1.google.com!news.glorb.com!feeder.erje.net!news2.arglkargh.de!news.n-ix.net!news.belwue.de!kanaga.switch.ch!news-zh.switch.ch!switch.ch!news.ip-plus.net!newsfeed.ip-plus.net!news.bluewin.ch!not-for-mail Xref: g2news1.google.com comp.lang.ada:2570 Date: 2008-11-04T20:05:47+01:00 List-Id: Thank you Stuart for the help. Stuart wrote: > As a pedagogical point - the Ada language does not really define what the > stack (if any) is used for, so your results may not be universally > applicable (but I suspect that is not a significant concern). But every task has it's own memory (probably the name "stack" is not correct. for my_task'size use 16*1024 (as I remember) and it runs .... Now I can make a couple of trial to figure out how mucch is really needed and than I have to do that for all the other tasks .... not my favorit job ;-) Andy