You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2021. It is now read-only.
we can change methods like assert_addr_inbounds to is_addrs_inbounds and use an @assert
Update:
Unfortunately, it is not optimized out yet. But there would be options for this. I'll keep the original for now. But I'll just leave this issue open to remind us.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
@assert
can be optimized out by compiler and can be disabled in the future:JuliaLang/julia#25576
we can change methods like
assert_addr_inbounds
tois_addrs_inbounds
and use an@assert
Update:
Unfortunately, it is not optimized out yet. But there would be options for this. I'll keep the original for now. But I'll just leave this issue open to remind us.
The text was updated successfully, but these errors were encountered: