[libcxx-commits] [libcxx] [libc++][hardening] Enable comparator checks for safe mode too (PR #66458)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Sep 15 07:35:15 PDT 2023
ldionne wrote:
I will let @var-const chime in, but I think this is intentional. The "safe" mode should not contain checks that change the complexity of an algorithm (or significantly change the number of operations performed by it).
Is there a reason why you want these (very expensive) checks enabled in production?
https://github.com/llvm/llvm-project/pull/66458
More information about the libcxx-commits
mailing list