[libcxx-commits] [libcxx] [ASan][libc++] Optimize `__annotate_delete` for the default allocator (PR #76176)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jan 10 07:44:15 PST 2024


philnik777 wrote:

While the numbers looks nice, I'm not sure it's good enough in the current state. I think I'd be much happier with this if we could canonicalize the interface for all the containers, at least to some degree. That way we should be able to apply these kinds of optimizations in a single place instead of spreading them across the code base.

https://github.com/llvm/llvm-project/pull/76176


More information about the libcxx-commits mailing list