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: Patch ping


Paolo Carlini wrote:

> I believe in this *specific* case we can at least use mutexes without
> penalizing performances.

The main reason I thought of the CAS solution is that it wouldn't change
the ABI, but hopefully you'll be able to squeeze a mutex in somewhere
without too much trouble.

jon


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