Comment on Rust's Two Kinds of 'Assert' Make for Better CodeparentComments−sagacity1yThat was just an example. In Rust bounds checks can be eliminated in this way, but I'm sure there are similar optimisation opportunities in C code as well.
Comments
That was just an example. In Rust bounds checks can be eliminated in this way, but I'm sure there are similar optimisation opportunities in C code as well.