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-Thread: 103376,d495ab2e69ad1962 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!news.glorb.com!wns13feed!worldnet.att.net!204.71.34.3!newsfeed.cwix.com!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: Ravenscar-compliant bounded buffer Date: 7 Sep 2007 20:19:54 -0500 Organization: LJK Software Message-ID: <5BwKkEXdYLCt@eisner.encompasserve.org> References: <1188914005.607732.277400@57g2000hsv.googlegroups.com> <1189194299.326741.151840@50g2000hsm.googlegroups.com> NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1189214303 20062 192.135.80.34 (8 Sep 2007 01:18:23 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Sat, 8 Sep 2007 01:18:23 +0000 (UTC) Xref: g2news2.google.com comp.lang.ada:1810 Date: 2007-09-07T20:19:54-05:00 List-Id: In article , anon@anon.org (anon) writes: > For GNAT and most other Ada systems there is no Ada only "Run-Time > System". Most uses the "C library" packages, some may use assembly > or JAVA or even Pascal library packages for its RTS. Certainly DEC/Compaq/HP Ada has its own runtime library, purpose-built for Ada support. It does rely on underlying operating system features, but there is a lot of Ada-specificity in the way they are used.