[PATCH] D82031: [scudo][standalone] Release smaller blocks less often
Christopher Ferris via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 18 10:54:12 PDT 2020
cferris added a comment.
In D82031#2101385 <https://reviews.llvm.org/D82031#2101385>, @hctim wrote:
> How does this change look w.r.t. a memory replay test (https://android.googlesource.com/platform/bionic/+/master/docs/native_allocator.md#memory-replay-benchmarks)?
>
> Is it possible to get a before/after of RSS/USS and CPU? This change seems like a very reasonable strategy to me, but I feel like I'm flying blind.
I'm planning to run perf tests on this. Unfortunately, I lost the device I was using last night, so I couldn't run the data properly. I can put up the data here when I'm done.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82031/new/
https://reviews.llvm.org/D82031
More information about the llvm-commits
mailing list