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,1ea992d578e9f621 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!v4g2000hsf.googlegroups.com!not-for-mail From: Lucretia Newsgroups: comp.lang.ada Subject: Re: Restricted or no run time in Ada Date: Thu, 3 Jan 2008 00:00:14 -0800 (PST) Organization: http://groups.google.com Message-ID: <17ee24a4-a2a4-428f-955a-1ccd1b3ac790@v4g2000hsf.googlegroups.com> References: <34698c96-9a0d-4b4c-97d5-427ca3063ac8@t1g2000pra.googlegroups.com> NNTP-Posting-Host: 90.201.91.10 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1199347214 9082 127.0.0.1 (3 Jan 2008 08:00:14 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 3 Jan 2008 08:00:14 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: v4g2000hsf.googlegroups.com; posting-host=90.201.91.10; posting-account=L2-UcQkAAAAfd_BqbeNHs3XeM0jTXloS User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.10) Gecko/20061201 Firefox/2.0.0.10 (Ubuntu-feisty),gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:19169 Date: 2008-01-03T00:00:14-08:00 List-Id: On Jan 3, 5:14 am, roderick.chap...@googlemail.com wrote: > I have GNAT Pro 6.0.2 here. To get at the Zero Footprint > Profile, the documenation says: Also, the ZFP isn't really zero as it is possible to get the compiler to generate stuff that's in the RT, i.e. I can't use -fstack-check as it generates calls to _gnat_stack_check. Thanks, Luke.