[PATCH] D28220: provide Win32 native threading

David Majnemer via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 2 16:03:05 PST 2017


majnemer added a comment.

slim reader-writer locks are faster than critical sections, I'd recommend your implementation switch to those.

Also, why do you use Fls instead of Tls?


Repository:
  rL LLVM

https://reviews.llvm.org/D28220





More information about the cfe-commits mailing list