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,81bb2ce65a3240c3 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.204.152.217 with SMTP id h25mr776478bkw.3.1336987191980; Mon, 14 May 2012 02:19:51 -0700 (PDT) Path: e27ni446bkw.0!nntp.google.com!news1.google.com!news.glorb.com!feeder.erje.net!news-1.dfn.de!news.dfn.de!news.uni-weimar.de!not-for-mail From: stefan-lucks@see-the.signature Newsgroups: comp.lang.ada Subject: Re: What would you like in Ada202X? Date: Mon, 14 May 2012 11:25:55 +0200 Organization: Bauhaus-Universitaet Weimar Message-ID: References: <3637793.35.1335340026327.JavaMail.geo-discussion-forums@ynfi5> Reply-To: stefan-lucks@see-the.signature NNTP-Posting-Host: medsec1.medien.uni-weimar.de Mime-Version: 1.0 X-Trace: tigger.scc.uni-weimar.de 1336987192 10725 141.54.178.228 (14 May 2012 09:19:52 GMT) X-Complaints-To: news@tigger.scc.uni-weimar.de NNTP-Posting-Date: Mon, 14 May 2012 09:19:52 +0000 (UTC) X-X-Sender: lucks@medsec1.medien.uni-weimar.de In-Reply-To: Content-Type: TEXT/PLAIN; charset=US-ASCII Date: 2012-05-14T11:25:55+02:00 List-Id: On Thu, 10 May 2012, Gustaf Thorslund wrote: > I like the idea of parallel loops. Parallel functions I don't really > know what it is so can't tell. For importance I suppose it depends on > who you ask. There might even be those who could live without tasks. > [...] > > parfor I in 1..10 loop -- parfor might not be best name, but I had to > -- invent something That looks like the ideal place for a new pragma, rather than a new keyword: for I in 1 .. 10 loop pragma(Parallelize_Loop); ... end loop; -- ---- Stefan.Lucks (at) uni-weimar.de, University of Weimar, Germany ---- ------ I love the taste of Cryptanalysis in the morning! ------