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
invokes another function, even if I have my own function that propagates inbounds and invokes copyto!, boundscheck will actually trigger.
It seems like an oversight, but not sure if it was intentional.
I think I read somewhere that @propagate_inbounds is intended for one level of function calls, but given that, was it intentional that it invokes another function and therefore doesn't actually propagate inbounds to where it matters?
julia/base/array.jl
Line 294 in 1ebacac
copyto!
, boundscheck will actually trigger.It seems like an oversight, but not sure if it was intentional.
I think I read somewhere that
@propagate_inbounds
is intended for one level of function calls, but given that, was it intentional that it invokes another function and therefore doesn't actually propagate inbounds to where it matters?cc @NHDaly
The text was updated successfully, but these errors were encountered: