15d Subj : Re: [.NET] Volatile Fields To : comp.programming.threads From : Cool Guy Date : Sat Sep 17 2005 10:28 am Cool Guy wrote: > b. that reads may come from a cache instead of from main memory (and > that writes may go to a cache instead of to main memory). ....for each field that isn't volatile. . 0