search for: fa94e597

Displaying 2 results from an estimated 2 matches for "fa94e597".

2014 Jun 07
4
[LLVMdev] Multi-threading and mutexes in LLVM
...ble it by default there, and get into build bots. Maybe bring this up on the cfe-dev list to discuss with Marshall and other folks interested in libc++? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140606/fa94e597/attachment.html>
2014 Jun 07
5
[LLVMdev] Multi-threading and mutexes in LLVM
+chandlerc, aaronballman, in case there are additional carryovers and/or issues from the review thread which I've left out. I have a patch up for review[1, 2] that attempts to replace LLVM's mutex implementation with std::mutex and std::recursive_mutex. While the patch seems to work, there are questions surrounding whether or not the approach used is correct. I'll try to summarize