Changes between Version 70 and Version 71 of Next-GenOpenMPTransformation


Ignore:
Timestamp:
03/15/21 19:50:33 (5 years ago)
Author:
wuwenhao
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Next-GenOpenMPTransformation

    v70 v71  
    1111    (Note that it only clean whats in between a pair of right mover and left mover.)
    12123. A barrier is transformed as: barrier() ; $check_data_race(); $track_clean(); barrier();
    13 4. Read and write operations are tracked in $atomic scope and functions of tracking read/write operations are:
     134. Read and write operations are tracked in $atomic scope and functions/primitives of tracking read/write operations are:
    1414  - {{{$track{}}} . . . . . . . . . . . . . . . . creates a new pair of read/write sets for tracking.
    1515  - {{{} // end of $track scope}}} . . removes read/write sets currently used for tracking.