<div dir="ltr">I agree with Mark's assessment: his patch is better than the current state of things (silently saying a mutex was acquired when no such thing was done, causing non-deterministic crashes); implementing RWMutex for a few uses and only for a platform that doesn't have them is silly (when really NaCl should have them at some point, but that doesn't remove the need for this patch).<div>
<br></div><div>His patch makes it so that the next platform without RWMutex doesn't have to debug this random crash. Overall lgtm.</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Feb 28, 2014 at 3:48 PM, Jan Voung <span dir="ltr"><<a href="mailto:jvoung@chromium.org" target="_blank">jvoung@chromium.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
  LGTM<br>
<div class="HOEnZb"><div class="h5"><br>
<a href="http://llvm-reviews.chandlerc.com/D2892" target="_blank">http://llvm-reviews.chandlerc.com/D2892</a><br>
_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a><br>
</div></div></blockquote></div><br></div>