> Why isn't there a compiler flag like 'noboundscheck' which would disable all 
> bounds checking for vectors? It would make it easier to have those language 
> performance benchmarks (which people are bound to make with no bounds 
> checking in C++ at least) be more apples-to-apples comparisons. Also, knowing 
> there's a flag in case you need one would put performance-critical people's 
> mind

A flag that removes safety is pretty antithical to the goals of the
language, IMHO.
_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to