|
|
|
|
|
by SkiFire13
162 days ago
|
|
> It's not so much different than disabling asserts in production. Disabling asserts would be equivalent to not having them at all, while this feature introduces _new_ UB. In "fast" mode it's equivalent to using C's `__builtin_assume` or Rust's `std::hint::assert_unchecked`, except it's marketed with a name that makes it appear a safety/correctness feature. |
|