[compiler-rt] [scudo] Update secondary cache release ordering. (PR #104079)

Joshua Baehring via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 9 14:17:39 PDT 2024


JoshuaMBa wrote:

Update: Although the prioritization of specific cache entries increased the RSS significantly, the updated release logic presented here still seemed viable and offered a notable improvement to a thrashing problem in which consecutive releases could cause a high frequency of secondary cache scans. The new release logic, without the separation of committed and recommitted entries, is reintroduced in #107507.

https://github.com/llvm/llvm-project/pull/104079


More information about the llvm-commits mailing list