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!news4.google.com!out01b.usenetserver.com!news.usenetserver.com!in04.usenetserver.com!news.usenetserver.com!news-in-02.newsfeed.easynews.com!easynews.com!easynews!sn-xt-sjc-03!sn-xt-sjc-08!sn-post-sjc-01!supernews.com!corp.supernews.com!not-for-mail From: "ME" Newsgroups: comp.lang.ada Subject: Re: Largest size array in Gnat 2005 for the PC? Date: Wed, 31 Oct 2007 06:33:54 -0700 Organization: Posted via Supernews, http://www.supernews.com Message-ID: <13ih12mihn6if4f@corp.supernews.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> <20071031102213.50fe23fc@cube.tz.axivion.com> X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.3138 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 X-Complaints-To: abuse@supernews.com Xref: g2news2.google.com comp.lang.ada:2676 Date: 2007-10-31T06:33:54-07:00 List-Id: I was under the impression ,that GPL would not let you set both stack and commit using the Wl switch? "Stefan Bellon" wrote in message news:20071031102213.50fe23fc@cube.tz.axivion.com... > 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