This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC] libstdc++ atomicity, x86 agnostic version


Paolo Carlini wrote:

It's needed something completely different, but basically *every real world* test on a multi processor machine or in a MT environment can only be negatively affected by not inlining the operations done at construction and destruction time.

Of course non-MT performance is affected too (as soon as you construct and destroy many times, basically, always in the real world ;), only, in that case, one can conceivably remove completely the atomic operations.


Paolo.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]