[PATCH] D56621: [hwasan] Madvise away thread aux data
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 24 17:57:58 PST 2019
pcc accepted this revision.
pcc added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: compiler-rt/lib/hwasan/hwasan_thread_list.h:146
void ReleaseThread(Thread *t) {
// FIXME: madvise away the ring buffer?
RemoveThreadStats(t);
----------------
Remove FIXME.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56621/new/
https://reviews.llvm.org/D56621
More information about the llvm-commits
mailing list