[compiler-rt] [scudo] Calling initCache() in init() of SizeClassAllocatorLocalCache (PR #71427)
Kostya Kortchinsky via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 6 13:04:34 PST 2023
cryptoad wrote:
IIRC the only reason we had it this way was to avoid dirtying the Cache for new threads that don't do allocations, which might be only really relevant for the Exclusive TSD model on heavy threaded applications. I don't think we ever gathered data about this, but might want to run a few tests (I usually ran the RPC benchmarks in g3 with Scudo compiled in).
https://github.com/llvm/llvm-project/pull/71427
More information about the llvm-commits
mailing list