[all-commits] [llvm/llvm-project] 8a49e0: tsan: inline ProcessPendingSignals check
Dmitry Vyukov via All-commits
all-commits at lists.llvm.org
Mon Aug 2 02:05:58 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8a49e053caac1623b7f0d87b68d21fb6526cad43
https://github.com/llvm/llvm-project/commit/8a49e053caac1623b7f0d87b68d21fb6526cad43
Author: Dmitry Vyukov <dvyukov at google.com>
Date: 2021-08-02 (Mon, 02 Aug 2021)
Changed paths:
M compiler-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp
M compiler-rt/lib/tsan/rtl/tsan_rtl.h
Log Message:
-----------
tsan: inline ProcessPendingSignals check
ProcessPendingSignals is called in all interceptors
and user atomic operations. Make the fast-path check
(no pending signals) inlinable.
Reviewed By: melver
Differential Revision: https://reviews.llvm.org/D107217
More information about the All-commits
mailing list