[libcxx-commits] [PATCH] D146421: [release/16.x][libc++] Revert the bitset sort optimization

Danila Kutenin via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Mar 27 13:17:44 PDT 2023


danlark added a comment.

To catch most issues, we introduced `__debug_randomize_range` which is present on line 973 on the left. That can be advised to run tests. We found most out of bound bugs at Google with randomization of the input


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D146421/new/

https://reviews.llvm.org/D146421



More information about the libcxx-commits mailing list