[PATCH] D60243: [LSan][AArch64] Speed-up leak and address sanitizers on AArch64 for 48-bit VMA

Sebastian Pop via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 19 01:19:13 PDT 2019


sebpop updated this revision to Diff 200171.
sebpop added a comment.

Addressed comments from @vitalybuka: factored up the 3 versions and added more tests.
Passes with no new fails `ninja check-all` on an AArch64 Graviton A1 instance.


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

https://reviews.llvm.org/D60243

Files:
  compiler-rt/lib/asan/asan_allocator.cc
  compiler-rt/lib/asan/asan_allocator.h
  compiler-rt/lib/asan/asan_stats.cc
  compiler-rt/lib/asan/asan_stats.h
  compiler-rt/lib/lsan/lsan_allocator.cc
  compiler-rt/lib/lsan/lsan_allocator.h
  compiler-rt/lib/sanitizer_common/sanitizer_allocator.h
  compiler-rt/lib/sanitizer_common/sanitizer_doubleallocator.h
  compiler-rt/lib/sanitizer_common/tests/sanitizer_allocator_test.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60243.200171.patch
Type: text/x-patch
Size: 21862 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190519/2aecd1bc/attachment.bin>


More information about the llvm-commits mailing list