pre-LilleHammer mailing deadline

Doug Lea dl at cs.oswego.edu
Sat Mar 5 14:43:09 GMT 2005


  In the following common example we
> don't want other threads to observe the write to Flag before the write 
> to Data so we still need a StoreStore barrier in between. However, the 
> compiler can safely not insert a StoreLoad barrier between the two writes.
> 

Thanks! I meant only that the StoreLoad could be removed. We'll
need to touch up the wording.

-Doug






More information about the cpp-threads mailing list