Subject: Re: [boost] Boost.Atomic request for review/inclusion
From: Helge Bahmann (hcb_at_[hidden])
Date: 2010-01-04 03:02:08


Hi Phil,

On Sun, 3 Jan 2010, Phil Endecott wrote:

> Phil Endecott wrote:
>> There's a new version of my ARM patch here:
>>
>> http://chezphil.org/tmp/boost_atomic_20091220.patch
>
> Another update here:
>
> http://chezphil.org/tmp/boost_atomic_20100103.patch

thanks, will pull within this week

[...]
> One thing that seems to be missing is a test that actually tries to
> check for atomicity, i.e. by running multiple threads. Helge, do you
> have something?

As far as atomicity goes, yes I have a few tests (quick'n'dirty, not in
the repo yet), but testing for memory ordering is still completely
lacking.

Helge