AdaCore / ada-spark-rfcs

Platform to submit RFCs for the Ada & SPARK languages
63 stars 28 forks source link

[RFC] Proposed expansion of Ada 202X parallel for-loop syntax #23

Closed sttaft closed 3 years ago

sttaft commented 5 years ago

Description of proposed expansion of Ada 202X parallel for-loop syntax first into a pragma, and from there into a call on a library routine.

sttaft commented 5 years ago

Status as of 6-August-2019: Prototype version of Ada.Parallelism library has been implemented and tested with parallel loop over arrays and vectors, as well as with the N-Queens problem. Ed Schonberg has not found time to work on adding "Par_Loop" pragma and doing transformation of loop body into a local procedure.

raph-amiard commented 3 years ago

In retrospect this seems more like an internal implementation memo, closing this.