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

Sebastian Pop via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 2 13:08:19 PDT 2016


sebpop added a comment.

In https://reviews.llvm.org/D24991#583877, @kubabrecka wrote:

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


I just ran ninja check-all with and without this patch and there are no regressions in compiler-rt on an x86_64-linux machine.


https://reviews.llvm.org/D24991





More information about the cfe-commits mailing list