[PATCH] Change base mutex implementations to use STL-provided mutexes

Chandler Carruth chandlerc at gmail.com
Fri Jun 6 17:57:35 PDT 2014


On Fri, Jun 6, 2014 at 1:42 PM, Alp Toker <alp at nuanti.com> wrote:

> I also agree with what Chandler said, with the caveat that LLVM has less
> centralised control compared to Chromium/WebKit, so while it might be
> technically elegant to expose a "middle layer" of platform abstractions,
> there's a higher risk that someone will break that the week you're on
> vacation on a decentralised project like LLVM.


FWIW, I think this should motivate tests and build bots rather than design
constraints.... It's a problem, but not one we have to design around.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140606/ae90a6c1/attachment.html>


More information about the llvm-commits mailing list