[PATCH] D86399: [scudo][standalone] Skip irrelevant regions during release

Christopher Ferris via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 24 22:54:58 PDT 2020


cferris accepted this revision.
cferris added a comment.

I verified that this appears to fix the problem we've seen, the max release was about 6ms, and that was way larger than most of the other releases.

In addition, I ran the cts test that was a slowdown before, and that ran in about the same time frame as before the change. I ran the traces too, and all numbers stayed within normal operations. I didn't run all of the smaller benchmarks since it didn't seem necessary.

I also ran all of the android tests, and everything passed.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D86399/new/

https://reviews.llvm.org/D86399



More information about the llvm-commits mailing list