Skip to content
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

[Feature Request] Add support for symbolic array indices #15

Open
ksluckow opened this issue Dec 6, 2016 · 0 comments
Open

[Feature Request] Add support for symbolic array indices #15

ksluckow opened this issue Dec 6, 2016 · 0 comments

Comments

@ksluckow
Copy link
Member

ksluckow commented Dec 6, 2016

JDart currently does not add constraints for array access with a symbolic index.

A solution would be to add the decisions to the constraints tree in all the *ALOAD instructions. The decisions to be added should correspond to accessing all the elements of the array (which has a fixed length), plus two additional decisions corresponding to the two cases where access is out of bounds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant