Hi,
I am working on implementing the galloping phase of TimSort in PR #5840,
and am stuck on a bug.
I wanted to know if copying of sliced arrays is done in parallel? i.e.,
Is array1[a..b]=array2[c..d] parallelized?
If so will array1[a..b] = array1[c..d] cause a race condition if the ranges
a..b and c..d overlap?
If it is a race condition, how can I avoid it? Or force it to be serial (i
know its not wise but would still like to know)?
Thank you.
Regards,
Saurabh Sood
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Chapel-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/chapel-developers