[PATCH] D36078: [XRay][compiler-rt] Remove use of std::mutex and std::shared_ptr from global scope.

Keith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 31 22:13:31 PDT 2017


kpw added a comment.

What's the primary motivation? Are we trying to avoid the upfront cost of global initialization? The unspecified destructor ordering with multithreaded programs?


https://reviews.llvm.org/D36078





More information about the llvm-commits mailing list