[all-commits] [llvm/llvm-project] e8101f: tsan: move mem profile initialization into separat...
Dmitry Vyukov via All-commits
all-commits at lists.llvm.org
Wed Sep 22 01:18:21 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e8101f2149dfcd6a915b975a1f83ac09a5cd04b9
https://github.com/llvm/llvm-project/commit/e8101f2149dfcd6a915b975a1f83ac09a5cd04b9
Author: Dmitry Vyukov <dvyukov at google.com>
Date: 2021-09-22 (Wed, 22 Sep 2021)
Changed paths:
M compiler-rt/lib/tsan/rtl/tsan_rtl.cpp
M compiler-rt/lib/tsan/rtl/tsan_rtl.h
Log Message:
-----------
tsan: move mem profile initialization into separate function
BackgroundThread function is quite large,
move mem profile initialization into a separate function.
Depends on D110151.
Reviewed By: melver, vitalybuka
Differential Revision: https://reviews.llvm.org/D110152
More information about the All-commits
mailing list