$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Boost.Atomic request for review/inclusion
From: Phil Endecott (spam_from_boost_dev_at_[hidden])
Date: 2009-12-20 12:47:50
Phil Endecott wrote:
> I have posted a patch here:
>
> http://chezphil.org/tmp/boost_atomic_20091217.patch
There's a new version of my ARM patch here:
http://chezphil.org/tmp/boost_atomic_20091220.patch
This adds support for Thumb mode; it wraps each asm block with code
that changes to/from normal ARM mode. (Thumb mode doesn't include the
load-locked/store-conditional instructions.) This has been
superficially tested, but it would all benefit from some more eyes.
Phil.