On 09/17/2010 05:49 PM, Mattias Gaertner wrote:
Note: afaik CILK is the same as parallel loops: It allows to make some
special cases need less typing, can increase readability and can
decrease overhead.
Of course "parallel loops" is "just less typing" than doing the same functionality in user code.

Same is true for the complete RTL.

In fact parallel loops ask for an automatically managed thread pool. This of course should be provided by a library. The "parallel"!, "future" and related keywords for enhancing the syntax would of course be "compiler candy" top make it more usable.

-Michael

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to