That is, runtime checks (e.g. reference count, index out of range) are not omitted even in release build.
Overflow checks are, yeah, desirable in most situations. I agree that
That is, runtime checks (e.g. reference count, index out of range) are not omitted even in release build.
Overflow checks are, yeah, desirable in most situations. I agree that