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
I think a (probably opt-in only) warning for generated @boundscheck statements would be very helpful.
Sometimes, there is code with multiple (inline) functions and nested control flow. In those cases, it can be quite hard to keep track of @inbounds propagation rules and I'd like to have a tool that tells me which lines of my code still perform bounds checking.
The text was updated successfully, but these errors were encountered:
I think a (probably opt-in only) warning for generated
@boundscheck
statements would be very helpful.Sometimes, there is code with multiple (inline) functions and nested control flow. In those cases, it can be quite hard to keep track of
@inbounds
propagation rules and I'd like to have a tool that tells me which lines of my code still perform bounds checking.The text was updated successfully, but these errors were encountered: