Subj : Re: Memory visibility and MS Interlocked instructions To : comp.programming.threads From : Alexander Terekhov Date : Wed Aug 31 2005 12:08 am Joe Seigh wrote: [...] > If Andy had simply stated that loads were in order ... Once again: please show some pseudo code with *FENCE (or whatever) that you think is required to ensure visibility of some object initialized and published by A (OBJECT = ..., ptr1 = &OBJECT) to C (object = *ptr2) after republishing it by B (r = ptr1, ptr2 = r). regards, alexander. .