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
help bounds checking to be eliminated for getindex(::Memory, ::Int)
Second try for PR #58741.
This moves the `getindex(::Memory, ::Int)` bounds check to Julia, which
is how it's already done for `getindex(::Array, ::Int)`, so I guess it's
correct.
Also deduplicate the bounds checking code while at it.
0 commit comments