[compiler-rt] [scudo] Update secondary cache release ordering. (PR #104079)
Christopher Ferris via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 26 12:51:35 PDT 2024
cferris1000 wrote:
This turned out to cause increases in RSS in bad ways. The issue tends to be utilization, so if you prefer committed entries, but the returned allocation is not used, then you tend to have a lot of unused pages lying around.
https://github.com/llvm/llvm-project/pull/104079
More information about the llvm-commits
mailing list