5 ms·
> rather than hoping LLVM will have your back My thought here is to proactively verify that LLVM elided the automatic bounds checks in places where you believe
by haberman 2mo ago
> rather than hoping LLVM will have your back
My thought here is to proactively verify that LLVM elided the automatic bounds checks in places where you believe that your explicit checks should be sufficient.
That was a key part of my article on "No-Panic Rust": https://blog.reverberate.org/2025/02/03/no-panic-rust.html https://blog.reverberate.org/2025/02/03/no-panic-rust.html ("A Dance With The Optimizer")