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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,64815469c35bbcbe X-Google-Attributes: gid103376,public From: Alfred Hilscher Subject: Re: GNAT: pragma Ravenscar Date: 1999/12/02 Message-ID: <3846714C.8D7B941@icn.siemens.de>#1/1 X-Deja-AN: 555767563 Content-Transfer-Encoding: 7bit References: <38440543.DE6747F3@icn.siemens.de> <87vh6j4tpo.fsf@deneb.cygnus.argh.org> <823itq$inu$1@nnrp1.deja.com> <877liy2u7d.fsf@deneb.cygnus.argh.org> X-Accept-Language: en Content-Type: text/plain; charset=us-ascii Organization: Siemens AG Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-12-02T00:00:00+00:00 List-Id: I remember the announcement of GNAT 3.12 for WinNT (by Robert Dewar), and there the pramgma was mentioned. Thats why I think it would be available in this version. But as I found no detailed explanation in the documentation I'm not sure whether it is an what it does. Florian Weimer wrote: > The Ravenscar restrictions permit the use of a simplified run time > environment. > > The GNAT reference manual says the following (for Resticted_Run_Time, > pragma Ravenscar is similar): > > | This set of restrictions causes the automatic selection of a > | simplified version of the run time that provides improved > | performance for the limited set of tasking functionality permitted > | by this set of restrictions. > > But GNAT 3.12p doesn't enforce the restrictions, and the standard run > time library is always used. Some time ago, I browsed the compiler > sources, and IIRC I found nothing which looks like a handler for these > pragmas, so I think they are a no-op in the public version.