$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [lockfree::fifo] Review
From: Andy Venikov (avenikov_at_[hidden])
Date: 2009-12-10 17:19:38
Helge Bahmann wrote:
>
> There are valid uses for CAS with and without various types of barriers.
> See the explicit memory_order specification in my atomic operations
> library.
So, CAS by itself doesn't imply anything, it's all about how you call
it, right?