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: 103376,d9f70618a1f87853 X-Google-Attributes: gid103376,public X-Google-Thread: 115aec,707a256758168c49 X-Google-Attributes: gid115aec,public X-Google-ArrivalTime: 2002-03-04 12:19:54 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: dennison@telepath.com (Ted Dennison) Newsgroups: comp.realtime,comp.lang.ada Subject: Re: AdaMULTI/Ada 95 for Bare Board Date: 4 Mar 2002 12:16:20 -0800 Organization: http://groups.google.com/ Message-ID: <4519e058.0203041216.398c3e2@posting.google.com> References: <3C7CF687.15D36BBE@avionics.saab.se> <3C8356E5.28D0B600@icn.siemens.de> <3c83596e.9029553@news.demon.co.uk> NNTP-Posting-Host: 65.115.221.98 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1015272980 18207 127.0.0.1 (4 Mar 2002 20:16:20 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 4 Mar 2002 20:16:20 GMT Xref: archiver1.google.com comp.realtime:4966 comp.lang.ada:20783 Date: 2002-03-04T20:16:20+00:00 List-Id: john.mccabe@emrad.ns.com (John McCabe) wrote in message news:<3c83596e.9029553@news.demon.co.uk>... > Watch out for allocation of huge stack areas for aggregate assignments > to arrays... > My_Large_Array = (others => 0, others => 0, others => 0); > > 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! (assuming you meant ":=") I believe this would be required in certian situations if the source for the data came from overlapping parts of the same object. Perhaps the answer you got was vendor shorthand for "there are some situations where this would be required, and we don't want to do the work required to recognise those situations and do something different." :-) -- T.E.D. Home - mailto:dennison@telepath.com (Yahoo: Ted_Dennison) Homepage - http://www.telepath.com/dennison/Ted/TED.html