[boost] Re: Race condition in boost::spirit?
by Alexander Terekhov other posts by this author
Jan 18 2005 8:47AM messages near this date
Re: [boost] Re: Race condition in boost::spirit?
|
[boost] Published books on Boost
SOURCE
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). BTW, "__thread" extension aside for
a moment (I guess it would fit best for boost::spirit), DCCI
http://groups.google.de/groups?selm=415BD983.E2DA2114%40web.de is
also an option for lazy inits (although its non-blocking strength
gets totally eliminated in the case of blocking "new lazy()").
regards,
alexander.
--
"Static linking creates a derivative work through textual copying"
-- GNU School of Law (aka GNU Church)
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
|