[PATCH] D24991: Inline hot functions in libcxx shared_ptr implementation.

Kuba Brecka via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 31 12:50:31 PDT 2016


kubabrecka added a comment.

Just a question:  TSan intercepts on the dylib functions, namely `__release_shared`, to track the atomic accesses.  Can you make sure this doesn't break?  There's a few testcases for this in compiler-rt.


https://reviews.llvm.org/D24991





More information about the cfe-commits mailing list