[PATCH] D46961: [scudo] Quarantine optimization

Dmitry Vyukov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 16 10:45:13 PDT 2018


dvyukov added a comment.

> Making it static const makes the compiler use __cxa_guard_acquire & __cxa_guard_release which we don't want to be able to stay free of libc++ dependencies.

I meant keeping it as class member (not making it function-local static).


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D46961





More information about the llvm-commits mailing list