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: Consensus: data-race freedom as default for glibc code


On 11/24/2014 04:23 PM, Torvald Riegel wrote:
  >   * Parallel algorithms implemented in glibc itself will be free from
  >     data races (as defined by C11 and its memory model) by default.

I changed it to:
* Concurrent code in glibc is free from data races (as defined by C11
and its memory model) by default.

Fine with me as well (although I think technically, this is about parallelism, not concurrency :-).

--
Florian Weimer / Red Hat Product Security


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