[PATCH] D69265: [scudo][standalone] Consolidate lists
Kostya Kortchinsky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 25 08:34:14 PDT 2019
cryptoad updated this revision to Diff 226434.
cryptoad marked 5 inline comments as done.
cryptoad added a comment.
Addressing Mitch's comments:
- changing some `CHECK` to `DCHECK` where I felt it could be done "safely";
- reorganizing some code to make a clever use of the invariants;
- moving `checkConsistency` out of the main definition;
Repository:
rCRT Compiler Runtime
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69265/new/
https://reviews.llvm.org/D69265
Files:
lib/scudo/standalone/list.h
lib/scudo/standalone/primary32.h
lib/scudo/standalone/primary64.h
lib/scudo/standalone/quarantine.h
lib/scudo/standalone/release.h
lib/scudo/standalone/secondary.cpp
lib/scudo/standalone/secondary.h
lib/scudo/standalone/stats.h
lib/scudo/standalone/tests/list_test.cpp
lib/scudo/standalone/tests/release_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69265.226434.patch
Type: text/x-patch
Size: 19231 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191025/299bcdeb/attachment.bin>
More information about the llvm-commits
mailing list