$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2007-04-17 14:27:16
ÐмиÑÑий ÐÑÑков wrote:
> On x86 this is certainly not an issue, but on machines with more
> relaxed memory model (ia64, sparc or power), in my opinion, this can
> be an issue...
If you take a look at the IA64 and PPC versions of sp_counted_base, you'll
see that they do include memory barriers.