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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,1a44c40a66c293f3 X-Google-Thread: 1089ad,7e78f469a06e6516 X-Google-Attributes: gid103376,gid1089ad,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!news1.google.com!news.germany.com!newsfeed-0.progon.net!progon.net!newsfeed.ision.net!newsfeed2.easynews.net!ision!newsfeed.arcor.de!newsspool2.arcor-online.net!news.arcor.de.POSTED!not-for-mail From: "Dmitry A. Kazakov" Subject: Re: Embedded languages based on early Ada (from "Re: Preferred OS, processor family for running embedded Ada?") Newsgroups: comp.lang.ada,comp.lang.vhdl User-Agent: 40tude_Dialog/2.0.15.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Reply-To: mailbox@dmitry-kazakov.de Organization: cbb software GmbH References: <1172192349.419694.274670@k78g2000cwa.googlegroups.com> <1172239820.896603.222120@k78g2000cwa.googlegroups.com> Date: Thu, 1 Mar 2007 14:57:01 +0100 Message-ID: <113ls6wugt43q$.cwaeexcj166j$.dlg@40tude.net> NNTP-Posting-Date: 01 Mar 2007 14:57:01 CET NNTP-Posting-Host: 0e7b8a9b.newsspool1.arcor-online.net X-Trace: DXC=[5LoQ3bSjJD^B]`=U:WelBic==]BZ:afN4Fo<]lROoRAFl8W>\BH3YBQeFdg=efPDBDNcfSJ;bb[EFCTGGVUmh?DLK[5LiR>kgB?NJZ2hRKVdE X-Complaints-To: usenet-abuse@arcor.de Xref: g2news2.google.com comp.lang.ada:9621 comp.lang.vhdl:7582 Date: 2007-03-01T14:57:01+01:00 List-Id: On Thu, 01 Mar 2007 11:22:32 GMT, Dr. Adrian Wrigley wrote: > If you don't have multiple processors, lightweight threading is > less attractive than if you do? Inmos/Occam/Transputer was founded > on the basis that lightweight threading was highly relevant to multiple > processors. > > Ada has no means of saying "Do these bits concurrently, if you like, > because I don't care what the order of execution is". And a compiler > can't work it out from the source. If your CPU has loads of threads, > compiling code with "PAR" style language concurrency is rather useful > and easy. But par is quite low-level. What would be the semantics of: declare Thing : X; begin par Foo Thing); and Bar Thing); and Baz Thing); end par; end; -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de