On 2/25/11, Steven Schveighoffer <schvei...@yahoo.com> wrote: > Fun fact, you can avoid array bounds checks (if you know the index is > valid) by doing arr.ptr[n]
Can't you do the same with -noboundscheck ?
On 2/25/11, Steven Schveighoffer <schvei...@yahoo.com> wrote: > Fun fact, you can avoid array bounds checks (if you know the index is > valid) by doing arr.ptr[n]
Can't you do the same with -noboundscheck ?