[libcxx-commits] [libcxx] [ASan][libc++] Optimize `__annotate_delete` for the default allocator (PR #76176)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jan 16 08:03:18 PST 2024
ldionne wrote:
I'm a bit skeptical of the benefits of doing this optimization in a real code base, keeping in mind that this is under sanitized mode. My threshold of acceptable complexity for adding sanitizer support to our containers is right at its limit TBH and I would rather explore refactorings to make it simpler and less intrusive than anything that requires adding more complexity.
https://github.com/llvm/llvm-project/pull/76176
More information about the libcxx-commits
mailing list