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 was 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.
@assertcan be optimized out by compiler and can be disabled in the future:JuliaLang/julia#25576
we can change methods like
assert_addr_inboundstois_addrs_inboundsand use an@assertUpdate:
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.