Boost logo

Boost :

From: Greg Colvin (gcolvin_at_[hidden])
Date: 1999-12-30 20:22:44


From: Andy Glew <glew_at_[hidden]>
> > > I don't think that's entirely correct. On many platforms, all integer
> > > operations are atomic; the same can't be said of our smart pointers.
> >
> > And on many platforms they are not, so neither are safe.
>
> I challenge you to list platforms where integer operations are
> not read and write atomic. I make this challenge (1) because
> I try to maintain a list of such atomicity and synchronization issues,
> and (2) because I think it is entirely reasonable for most programmers
> to assume atomicity for the aligned natural data types, 8, 16, 32, and possibly
> 64 bits, in ordinary cacheable memory.

I was responding to the "all integer operations are atomic" claim
and I took "all" to include read-modify-write atomicity.

> Please note that I mean read and write atomicity,
> not read-modify-write atomicity.
> I.e.
> int i;
> i++
> is unsafe on just about any system
> (actually, on x86 and m68k, it is safe for non-multiprocessor
> multithreading, but nowhere else)

It's an atomic decrement that we need for shared_ptr.

>
> I'll start a list both ways:
>
> Intel x86:
>
> far pointers NOT atomic
>
> flat mode pointers (NT) are atomic.
>
> 8,16,32 bit integers and FP are atomic.
> 64 bit FP is atomic.
> 64 bit MMX is atomic.
>
> SUN SPARC:
> MIPS
> Alpha
> PowerPC
>
> 8, 16, 32, 64 aligned all atomic
>
> -----
>
> Basically, for most programming platforms atomicity assumptions
> are perfectly reasonable.
>
> I give myself wriggle room wrt embedded systems, but, again,
> just about every embedded system using an 8080, Z80, or 8096,
> or any of the RISC embedded chips, provides write atomicity
> for 8 and 16 bit data types, and most do for 32 bit data types.
>
> ---
>
> Where atomicity falls down is in dealing with I/O busses.
>
> PCI is write atomic, as is EISA.
>
> But some old ISA devices aren't.
>
> Some VME devices aren't.
>
> But, then, you can't assume anything with I/O.
>
>
>
>
>
> ------------------------------------------------------------------------
> GET $100 IN COUPONS FOR TRYING GATOR!
> Grab the Gator! Free software does all the typing for you!
> Gator fills in forms and remembers passwords with NO TYPING at
> over 100,000 web sites!
> http://click.egroups.com/1/341/1/_/9351/_/946601623
>
> eGroups.com Home: http://www.egroups.com/group/boost/
> http://www.egroups.com - Simplifying group communications
>
>
>


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk