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: a07f3367d7,cc3c5a58c46ea9c4 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.180.106.232 with SMTP id gx8mr1246196wib.2.1364344483326; Tue, 26 Mar 2013 17:34:43 -0700 (PDT) Path: p18ni19779wiv.0!nntp.google.com!feeder1.cambriumusenet.nl!82.197.223.108.MISMATCH!feeder2.cambriumusenet.nl!feeder3.cambriumusenet.nl!feed.tweaknews.nl!193.141.40.65.MISMATCH!npeer.de.kpn-eurorings.net!npeer-ng0.de.kpn-eurorings.net!border2.nntp.ams2.giganews.com!border4.nntp.ams.giganews.com!border2.nntp.ams.giganews.com!border2.nntp.dca.giganews.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsgate.cuhk.edu.hk!goblin2!goblin.stu.neva.ru!news.stack.nl!eternal-september.org!feeder.eternal-september.org!mx05.eternal-september.org!.POSTED!not-for-mail From: Brian Drummond Newsgroups: comp.lang.ada Subject: Re: Runtime startup code for the GNAT Runtime...and a bit of humble pie. Date: Thu, 21 Mar 2013 16:39:34 +0000 (UTC) Organization: A noiseless patient Spider Message-ID: References: <21ad4ef7-0e4a-40ba-ac3f-fe21018c7bd9@googlegroups.com> <42842167-2492-4211-8c57-3d94b042902e@googlegroups.com> Mime-Version: 1.0 Injection-Date: Thu, 21 Mar 2013 16:39:34 +0000 (UTC) Injection-Info: mx05.eternal-september.org; posting-host="da745e888d4a5182b5fda6212bbb0a63"; logging-data="23733"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/VPV9bL+k5nUFMIwqL/PeaE0odjlRC978=" User-Agent: Pan/0.139 (Sexual Chocolate; GIT bf56508 git://git.gnome.org/pan2) Cancel-Lock: sha1:j3+ykJqb13hVLza/sFVXJV5CCiA= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Date: 2013-03-21T16:39:34+00:00 List-Id: On Wed, 20 Mar 2013 07:17:47 -0700, Lucretia wrote: > On Wednesday, 20 March 2013 00:54:38 UTC, Simon Clubley wrote: >> It's a major exercise to even >> pull together all the information you need to build a model of how GNAT >> works and how it is structured internally. > > Right. There is the Javier Miranda *thesis* - that word is important. > > Basically, this thesis outlines how the GNAT RTS works, but it's out of > date and it's not a "how to" style guide, it's a "how it was" guide. The > fact that it's a thesis as well means it's aimed at academia, not real > life. > > Another point to make is that AdaCore hired him and there is no update > to the doc. This http://www2.adacore.com/gap-static/GNAT_Book/html/node20.htm would appear to be an update of the thesis, containing a good deal of the same text and diagrams. The front page indicates it's from 2004, so only slightly better! http://www2.adacore.com/gap-static/GNAT_Book/html/main.htm They are probably better than nothing, as a guide to understanding the sources. - Brian