-
-
Notifications
You must be signed in to change notification settings - Fork 267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No bounds checks should be emitted for static arrays #553
Labels
Comments
redstar
added a commit
to redstar/ldc
that referenced
this issue
Dec 13, 2013
Check if a static array is accessed with a known index. In this case the bounds check can be omitted.
redstar
added a commit
that referenced
this issue
Dec 14, 2013
Check if a static array is accessed with a known index. In this case the bounds check can be omitted.
redstar
added a commit
to redstar/ldc
that referenced
this issue
Dec 16, 2013
Check if a static array is accessed with a known index. In this case the bounds check can be omitted.
Fixes in 0.12 with pull request #554. |
redstar
added a commit
that referenced
this issue
Dec 16, 2013
This version uses the skipboundscheck member variable.
In the merge-2.064 branch, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reported by @bearophile:
The text was updated successfully, but these errors were encountered: