[PATCH] D59031: [scudo][standalone] Adding a stats class

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 6 12:17:49 PST 2019


cryptoad updated this revision to Diff 189553.
cryptoad marked 3 inline comments as done.
cryptoad added a comment.

Removing atomics: the Primary stats live in per-thread cache,
the Secondary stats will be protected by a mutex.
Changing `GlobalStats::get` to take a `uptr *`.


Repository:
  rCRT Compiler Runtime

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

https://reviews.llvm.org/D59031

Files:
  lib/scudo/standalone/CMakeLists.txt
  lib/scudo/standalone/stats.h
  lib/scudo/standalone/tests/CMakeLists.txt
  lib/scudo/standalone/tests/stats_test.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59031.189553.patch
Type: text/x-patch
Size: 5080 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190306/59d0e402/attachment.bin>


More information about the llvm-commits mailing list