[PATCH] D60243: [LSan][AArch64] Speed-up leak and address sanitizers on AArch64 for 47-bit VMA
Sebastian Pop via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 12 12:54:28 PDT 2019
sebpop updated this revision to Diff 194937.
sebpop retitled this revision from "[LSan][AArch64] Speed-up leak-sanitizer on AArch64 for 47-bit VMA " to "[LSan][AArch64] Speed-up leak and address sanitizers on AArch64 for 47-bit VMA ".
sebpop added a comment.
Herald added subscribers: fedor.sergeev, kubamracek, srhines.
This patch reduces the number of `#ifdefs` as suggested by Kostya, and speeds up both the leak and address sanitizers on aarch64.
Passes check-all on x86_64-linux and aarch64-linux is still under test.
Worked with Brian Rzycki @brzycki.
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/lsan/lsan_allocator.cc
compiler-rt/lib/lsan/lsan_allocator.h
compiler-rt/lib/lsan/lsan_linux.cc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60243.194937.patch
Type: text/x-patch
Size: 36817 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190412/8cf2e45b/attachment.bin>
More information about the llvm-commits
mailing list