This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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 2/4] Add atomic operations similar to those provided by C11.


On Thu, 30 Oct 2014, Torvald Riegel wrote:

> On Thu, 2014-10-30 at 20:12 +0000, Joseph S. Myers wrote:
> > Comparing code for one architecture, at the time of each conversion, seems 
> > appropriate (with additional benchmarking for cases that don't otherwise 
> > involve atomics).
> 
> So, if you want this code comparison as default, we can as well start
> with using relaxed __atomic* loads and stores instead of first using
> plain loads and stores, agreed?

Yes.

> Do you have any other feedback on the patch set?

No.

-- 
Joseph S. Myers
joseph@codesourcery.com


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