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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,21bae80fd7acfdb2,start X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!19g2000hsx.googlegroups.com!not-for-mail From: Maciej Sobczak Newsgroups: comp.lang.ada Subject: Ravenscar and portability Date: Wed, 29 Aug 2007 00:52:18 -0700 Organization: http://groups.google.com Message-ID: <1188373938.765288.214720@19g2000hsx.googlegroups.com> NNTP-Posting-Host: 137.138.37.241 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" X-Trace: posting.google.com 1188373938 24246 127.0.0.1 (29 Aug 2007 07:52:18 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 29 Aug 2007 07:52:18 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.12) Gecko/20070724 Red Hat/1.5.0.12-0.3.slc3 Firefox/1.5.0.12,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: 19g2000hsx.googlegroups.com; posting-host=137.138.37.241; posting-account=ps2QrAMAAAA6_jCuRt2JEIpn5Otqf_w0 Xref: g2news2.google.com comp.lang.ada:1583 Date: 2007-08-29T00:52:18-07:00 List-Id: The Ravenscar profile contains the No_Implicit_Heap_Allocations constraint. The problem is that the operations that might require implicit heap allocation are implementation-defined. This means that programs can be declared as Ravenscar-compliant *only* in the context of some chosen Ada implementation. Is that right? -- Maciej Sobczak http://www.msobczak.com/