[all-commits] [llvm/llvm-project] 6fb263: [LSAN] Move ThreadCreate into child thread
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Mon May 29 23:44:11 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6fb26348e91e04b39aed38bf36c5603c48aa427d
https://github.com/llvm/llvm-project/commit/6fb26348e91e04b39aed38bf36c5603c48aa427d
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2023-05-29 (Mon, 29 May 2023)
Changed paths:
M compiler-rt/lib/lsan/lsan_interceptors.cpp
Log Message:
-----------
[LSAN] Move ThreadCreate into child thread
Speeds up thread creation. Similar approach is already used
by other sanitizers.
More information about the All-commits
mailing list