RE: Implementing C++1x and C1x atomics (really an aside on SFENCE)

2009-09-09 Thread Boehm, Hans
> From: Lawrence Crowl [mailto:cr...@google.com] > > On 8/20/09, Boehm, Hans wrote: > > > -Original Message- > > > From: Lawrence Crowl [mailto:cr...@google.com] The > problem is that > > > gcc does support 80386. It also supports other > processors that have > > > less-than-complet

Re: Implementing C++1x and C1x atomics (really an aside on SFENCE)

2009-09-09 Thread Lawrence Crowl
On 8/20/09, Boehm, Hans wrote: > > -Original Message- > > From: Lawrence Crowl [mailto:cr...@google.com] > > The problem is that gcc does support 80386. It also supports > > other processors that have less-than-complete support for > > concurrency. Just in the x86 line, we get some addit

RE: Implementing C++1x and C1x atomics (really an aside on SFENCE)

2009-08-20 Thread Boehm, Hans
> -Original Message- > From: Lawrence Crowl [mailto:cr...@google.com] > The problem is that gcc does support 80386. It also supports > other processors that have less-than-complete support for > concurrency. Just in the x86 line, we get some additional > capability in many new laye