Subj : Re: Challenge: Multithreading & Synchronization To : comp.programming.threads From : Uenal Mutlu Date : Fri May 20 2005 11:13 am "Chris Thomasson" wrote > > There are no memory barriers on the fast-paths. > > > > David Holmes > > TLS can avoid all membars: > http://groups.google.ca/group/comp.programming.threads/msg/c680192aa8106438?hl=en True, and TLS can also be realized on the stack, by simply using a stack variable. .