Changes between Version 5 and Version 6 of OpenMP-Transformation-Introduction


Ignore:
Timestamp:
07/10/22 03:01:29 (4 years ago)
Author:
wuwenhao
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OpenMP-Transformation-Introduction

    v5 v6  
    9797      $check_data_race(&RS, &WS, nthreads, tid); // 1st check
    9898      $track_clean();
    99 // local memset stacks: rs:={}; ws:={};
    100 // update global memsets RS[tid] and WS[tid] in $yield
     99// local memset stacks: rs:={{}}; ws:={{}};
     100      $update_memsets(tid);
    101101// global memses: RS[tid]:={}; WS[tid]:={};
    102       $yield();
    103 // local memset stacks: rs:={{}}; ws:={{}};
    104102
    105103      C;