Flame bait: D vs. Rust vs. Go Benchmarking
Jonathan M Davis
jmdavisProg at gmx.com
Wed Jul 24 17:11:55 PDT 2013
On Wednesday, July 24, 2013 19:28:41 Iain Buclaw wrote:
> Incase someone hasn't already pointed out. Bounds checking is *always*
> done in @safe code. :)
Not if you use -noboundscheck. The whole point of its existence is to disable
bounds checking in @safe code. -release disables bounds checking in non- at safe
code, and -noboundscheck disables it in everything.
- Jonathan m Davis
More information about the Digitalmars-d
mailing list