
20 Jun
2011
20 Jun
'11
12:01 p.m.
On Mon, 20 Jun 2011 09:02:40 +0200, Helmut Eller said:
Alternatively you also copy the cache, update the copy, and finally store the copy with a single setf into the shared location. That would be thread safe enough.
I think that strategy requires memory barriers for safety. __Martin