rust/compiler/rustc_codegen_ssa
Jubilee Young ce7b069fd8 compiler: Never debug_assert in codegen
The gains in performance are not worth the costs in correctness.
This is partly because the gains are zero and the costs are unknown.
2024-07-20 00:16:44 -07:00
..

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.