[PATCH] D61923: [GWP-ASan] Mutex implementation [2].

Evgenii Stepanov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 14 18:22:42 PDT 2019


eugenis added a comment.

I think the idea is that implementing our own spinlock is not much harder than having 3 platform-specific implementations (posix, window, fuchsia).
Also, scudo_standalone is doing the same (  @cryptoad, why? ).

As Mitch mentioned, we should move the implementation into a common directory. Why not do this now?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61923/new/

https://reviews.llvm.org/D61923





More information about the cfe-commits mailing list