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: volatile qualifier hurts single-threaded optimized case


Richard Guenther wrote:

Luckily rope is stupid and does not use atomic ops at all, but uses a mutex
and manual increment/decrement. So rope is not an issue (until it
gets atomic ops).

Exactly ;) *If* we drop your patch to rope (I didn't want to ;) the issue becomes only one of documentation...


Paolo.


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