[all-commits] [llvm/llvm-project] 2dc586: [scudo] Limit stack depot size on Trusty
Andrei Homescu via All-commits
all-commits at lists.llvm.org
Mon Aug 21 11:33:29 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2dc5862cfe226467b1f1a42a6bf47e99c8561e80
https://github.com/llvm/llvm-project/commit/2dc5862cfe226467b1f1a42a6bf47e99c8561e80
Author: Andrei Homescu <ahomescu at google.com>
Date: 2023-08-21 (Mon, 21 Aug 2023)
Changed paths:
M compiler-rt/lib/scudo/standalone/platform.h
M compiler-rt/lib/scudo/standalone/stack_depot.h
Log Message:
-----------
[scudo] Limit stack depot size on Trusty
The stack depot uses several megabytes of memory
which is a lot for Trusty.
Reviewed By: Chia-hungDuan
Differential Revision: https://reviews.llvm.org/D156392
More information about the All-commits
mailing list