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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c2dda499a002ec3c X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-03-25 22:13:18 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!sn-xit-01!supernews.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!dispose.news.demon.net!news.demon.co.uk!demon!pogner.demon.co.uk!zap!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: rendez-vous underlying mechanism Date: 26 Mar 2002 06:04:38 +0000 Organization: Pushface Message-ID: References: <3c9fc639_2@news.tm.net.my> NNTP-Posting-Host: localhost X-NNTP-Posting-Host: pogner.demon.co.uk:158.152.70.98 X-Trace: news.demon.co.uk 1017123178 nnrp-01:1271 NO-IDENT pogner.demon.co.uk:158.152.70.98 X-Complaints-To: abuse@demon.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii NNTP-Posting-Date: 26 Mar 2002 06:04:38 GMT User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 Xref: archiver1.google.com comp.lang.ada:21671 Date: 2002-03-26T06:04:38+00:00 List-Id: Adrian Hoe writes: > Why C? Ada allows you to define tasks explicitly compare to C. GNAT > is actually "translating" Ada to C. So, you can use GNAT to generate > C code and then examine it. I can't actually remember how to have > the C translation. I had it once some time ago after an incomplete > installation of GNAT. :) Very mysterious, GNAT has never translated to C. You can see the _assembler_ output using -S (like most? all? GCC compilers). If you are using GNAT, why not look at the RTS source? (mostly in Ada).