[all-commits] [llvm/llvm-project] 7c6cca: tsan: minor IgnoreSet refactoring
Dmitry Vyukov via All-commits
all-commits at lists.llvm.org
Mon Aug 2 02:14:05 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7c6cca4b6e75fb3feea5449325c9394ee87456c3
https://github.com/llvm/llvm-project/commit/7c6cca4b6e75fb3feea5449325c9394ee87456c3
Author: Dmitry Vyukov <dvyukov at google.com>
Date: 2021-08-02 (Mon, 02 Aug 2021)
Changed paths:
M compiler-rt/lib/tsan/rtl/tsan_ignoreset.cpp
M compiler-rt/lib/tsan/rtl/tsan_ignoreset.h
Log Message:
-----------
tsan: minor IgnoreSet refactoring
1. Move kMaxSize declaration to private section.
2. Inline Reset, it's trivial and called semi-frequently.
Reviewed By: melver
Differential Revision: https://reviews.llvm.org/D107215
More information about the All-commits
mailing list