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,6b3ebf057333800c X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!news.germany.com!news.belwue.de!news.uni-stuttgart.de!not-for-mail From: Stefan Bellon Newsgroups: comp.lang.ada Subject: Re: Largest size array in Gnat 2005 for the PC? Date: Wed, 31 Oct 2007 10:22:13 +0100 Organization: Comp.Center (RUS), U of Stuttgart, FRG Message-ID: <20071031102213.50fe23fc@cube.tz.axivion.com> References: <13idb3jbm28kfbe@corp.supernews.com> <4726DD25.7080205@obry.net> <13iedlo32k0b63c@corp.supernews.com> <47274367.1070009@obry.net> <20071030160021.19047e4e@cube.tz.axivion.com> <13ig61r3bvcs6a9@corp.supernews.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: infosun2.rus.uni-stuttgart.de 1193822581 15235 129.69.226.23 (31 Oct 2007 09:23:01 GMT) X-Complaints-To: news@news.uni-stuttgart.de NNTP-Posting-Date: Wed, 31 Oct 2007 09:23:01 +0000 (UTC) X-Newsreader: Sylpheed-Claws 2.6.0 (GTK+ 2.8.20; i486-pc-linux-gnu) X-URL: http://www.axivion.com/ Xref: g2news2.google.com comp.lang.ada:2671 Date: 2007-10-31T10:22:13+01:00 List-Id: On Di, 30 Okt, ME wrote: > "Stefan Bellon" wrote in message > news:20071030160021.19047e4e@cube.tz.axivion.com... > > for Default_Switches ("ada") use > > ("--stack=0x2000000,0x10000"); > Yes, > > I tried the linker switch -Wl,--stack=0x10000000 in GPL > but what is the second number "0x10000" for? The first is the stack reserve and the second is the stack commit size. Specifying the commit size is optional. Default are 2 MB/4 KB respectively, the above values are factor 16 to the default. -- Stefan Bellon