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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 115aec,707a256758168c49 X-Google-Attributes: gid115aec,public X-Google-Thread: 103376,d9f70618a1f87853 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-03-04 07:11:42 PST From: "Martin Dowie" Newsgroups: comp.realtime,comp.lang.ada References: <3C7CF687.15D36BBE@avionics.saab.se> <3C8356E5.28D0B600@icn.siemens.de> <3c83596e.9029553@news.demon.co.uk> Subject: Re: AdaMULTI/Ada 95 for Bare Board Date: Mon, 4 Mar 2002 15:12:31 -0000 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 NNTP-Posting-Host: sg2c11210.sd.edinbr.gmav.gecm.com Message-ID: <3c838eab$1@pull.gecm.com> X-Trace: 4 Mar 2002 15:11:39 GMT, sg2c11210.sd.edinbr.gmav.gecm.com Path: archiver1.google.com!news1.google.com!sn-xit-02!supernews.com!isdnet!btnet-peer1!btnet-feed3!btnet!newreader.ukcore.bt.net!pull.gecm.com!sg2c11210.sd.edinbr.gmav.gecm.com Xref: archiver1.google.com comp.realtime:4964 comp.lang.ada:20769 Date: 2002-03-04T15:12:31+00:00 List-Id: > Watch out for allocation of huge stack areas for aggregate assignments > to arrays... [snip] > will attempt to allocate a 4MByte or so block of stack to create an > aggregate before copying it to the global variable (My_Large_Array). > Green Hills claim it is *required* by the RM, but certain people who > were involved in writing the manual disagree! To be fair to GHS, their compiler isn't the only one that will do this... ;-)