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 Newsgroups: comp.lang.ada Subject: Re: Ravenscar-compliant bounded buffer References: <1188914005.607732.277400@57g2000hsv.googlegroups.com> <1189194299.326741.151840@50g2000hsm.googlegroups.com> <46e28a6a$0$27847$39db0f71@news.song.fi> <46e3d16e_5@news.bluewin.ch> From: Markus E L Date: Sun, 09 Sep 2007 17:38:02 +0200 Message-ID: User-Agent: Some cool user agent (SCUG) Cancel-Lock: sha1:3C4OCe18F+UtxKbQeGgahvo0vWg= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii NNTP-Posting-Host: 88.74.50.142 X-Trace: news.arcor-ip.de 1189352014 88.74.50.142 (9 Sep 2007 17:33:34 +0200) X-Complaints-To: abuse@arcor-ip.de Path: g2news2.google.com!news3.google.com!news.germany.com!storethat.news.telefonica.de!telefonica.de!news-fra1.dfn.de!newsfeed.arcor-ip.de!news.arcor-ip.de!not-for-mail Xref: g2news2.google.com comp.lang.ada:1839 Date: 2007-09-09T17:38:02+02:00 List-Id: 'Colossus DOT Pike AT worldnet DOT att DOT net (anon)' wrote: > The compiler is composed of two main parts: the front-end and the > back-end (cf. Figure 1.2). The front-end of the GNAT compiler is > thus written in Ada95. The back-end of the compiler is the back-end > of GCC proper, extended to meet the needs of Ada semantics > [SGC94, Section 3.1]. <...> > > The front-end comprises five phases (cf. Figure 1.3): lexical > analysis, syntactic analysis (parsing), semantic analysis, AST > expansion, and finally AST transformation into an equivalent C > tree (this stage is labeled GiGi (GNAT to GNU transformation). > These phases communicate by means of a rather compact Abstract > Syntax Tree (AST). Reading seems to be an art you've only mastered incompletely so far. Nowhere it says that GNAT produces C code (C tree is something else). - M