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,115bda8caeda5fa4 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,UTF8 Received: by 10.68.24.8 with SMTP id q8mr2950500pbf.20.1315737373875; Sun, 11 Sep 2011 03:36:13 -0700 (PDT) Path: m9ni3934pbd.0!nntp.google.com!news1.google.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!nntp.club.cc.cmu.edu!feeder.erje.net!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Does GNAT support a thread-free RTS? Date: Sun, 11 Sep 2011 11:36:11 +0100 Organization: A noiseless patient Spider Message-ID: References: Mime-Version: 1.0 Injection-Info: mx04.eternal-september.org; posting-host="dFCm8HWntFqmDIilBLqEJQ"; logging-data="16858"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/OqDIr0QNxC0m6nzDe8hNvJNjkEhr7tfo=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (darwin) Cancel-Lock: sha1:+y29XZRzMYey5Z8PTitbkIjy+n4= sha1:gWmcYpsj0bxhjGlMq104iGTVaQM= Xref: news1.google.com comp.lang.ada:17924 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Date: 2011-09-11T11:36:11+01:00 List-Id: "J-P. Rosen" writes: > Le 10/09/2011 17:19, Simon Wright a écrit : >> It used to be that you could configure GNAT to use a tasking RTS that >> didn't use threads; tasks were scheduled entirely within the RTS. I >> think these may be called 'green threads'[1]. Of course, this meant that >> blocking on I/O would block the whole program, but for some purposes it >> might be ideal. > No, it used the FSU threads Thanks, all, for that. >From the Changelog for FSF GCC: 2005-02-09 * gnat_ugn.texi: Remove all mentions of FSU threads, which are no longer supported.