[PATCH] D32440: [scudo] Move thread local variables into their own files

Aleksey Shlyapnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 27 10:14:59 PDT 2017


alekseyshl added inline comments.


================
Comment at: lib/scudo/scudo_tls_linux.h:34
+
+INLINE void initThreadMaybe() {
+  if (LIKELY(ScudoThreadState != ThreadNotInitialized))
----------------
Why not ALWAYS_INLINE then?


https://reviews.llvm.org/D32440





More information about the llvm-commits mailing list