[PATCH] D60243: [LSan][AArch64] Speed-up leak and address sanitizers on AArch64 for 47-bit VMA
Brian Rzycki via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 8 10:10:18 PDT 2019
brzycki added a comment.
Hello @vitalybuka , thank you for the example in D61401 <https://reviews.llvm.org/D61401>. Do you have a suggestion what file and namespace the `DoubleAllocator` template class definition should reside? The most recent diff for D60243 <https://reviews.llvm.org/D60243> was authored April 3 and no longer cleanly applies (the file `lsan_allocator.h` has changed considerably since then). This is complicated by @sebpop changing jobs and requiring legal approval before he can help work on this again. In order to make progress I'm essentially re-writing this patch based on the new `Allocator` layout in `lsan_allocator.h`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60243/new/
https://reviews.llvm.org/D60243
More information about the llvm-commits
mailing list