[all-commits] [llvm/llvm-project] 7590c0: [dfsan] Turn off THP at dfsan_flush
Z via All-commits
all-commits at lists.llvm.org
Fri Feb 12 09:11:33 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7590c0078dd53d9ad508725fc27d96705ac3a206
https://github.com/llvm/llvm-project/commit/7590c0078dd53d9ad508725fc27d96705ac3a206
Author: Jianzhou Zhao <jianzhouzh at google.com>
Date: 2021-02-12 (Fri, 12 Feb 2021)
Changed paths:
M compiler-rt/lib/dfsan/dfsan.cpp
Log Message:
-----------
[dfsan] Turn off THP at dfsan_flush
https://reviews.llvm.org/D89662 turned this off at dfsan_init.
dfsan_flush also needs to turn it off.
W/o this a program may get more and more memory usage after hours.
Reviewed-by: morehouse
Differential Revision: https://reviews.llvm.org/D96569
More information about the All-commits
mailing list