[libcxx-commits] [PATCH] D78330: [libc++abi] Add a rate limiter when logging dynamic_cast errors

JF Bastien via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Apr 21 15:44:25 PDT 2020


jfb added a comment.

You probably want to assert that `std::atomic<size_t>::is_always_lock_free` so weird platforms don't suddenly require a lock, or the lock shard.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78330





More information about the libcxx-commits mailing list