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

Kostya Kortchinsky via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 15 07:26:50 PDT 2019


cryptoad added a comment.

In D61923#1502337 <https://reviews.llvm.org/D61923#1502337>, @eugenis wrote:

> 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?


Is the question why do Scudo has its own as opposed to rely on platform specific ones?


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