Re: [boost] Re: Race condition in boost::spirit?
by Peter Dimov other posts by this author
Jan 18 2005 9:06AM messages near this date
[boost] [test, others..] EOLs and such.
|
[boost] Re: Race condition in boost::spirit?
SOURCE Alexander Terekhov wrote:
> Peter Dimov wrote:
> [...]
> > Local static objects can be made safe by the compiler. The new cxx64
> > API requires it.
>
> Too bad that new cxx64 ABI couldn't mandate a standard #pragma (or
> something like that) to turn it on/off ("you should not pay for what
> you don't use" motto, you know).
I actually think that not offering a way to turn it off is somewhat better,
long term. Without an option to turn it off, compiler writers are forced to
optimize local statics (using DCSI-MBR/DCCI/whatever).
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
|