[compiler-rt] [scudo] Enable "Delayed release to OS" feature for Android (PR #65942)

Christopher Ferris via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 12 15:21:54 PDT 2023


cferris1000 wrote:

Unfortunately, this change should be a nop for running Geekbench. Unless the config file was also modified, the max is still going to be 1000ms coming from the config information, and it should be 1000ms without this change. Did this change get mixed in with other changes?

Also, there have been a number of changes in Scudo recently that increase the multi-core benchmark performance. So if you took a snapshot from a while ago, and the current TOT, it could trick you.

We would be happy to help doing an evaluation on this though.

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


More information about the llvm-commits mailing list