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

Implement new jvm_array_is command #907

Merged
merged 2 commits into from
Nov 18, 2020
Merged

Implement new jvm_array_is command #907

merged 2 commits into from
Nov 18, 2020

Conversation

brianhuffman
Copy link
Contributor

Fixes #422.

Brian Huffman added 2 commits November 16, 2020 18:26
Currently this command only supports one-dimensional arrays containing
base types (i.e. int or long).
This speeds up subproofs anywhere from 2x to 20x; the overall speedup
is about 4.5x (from 42 minutes down to 9.5 minutes on my machine).
Copy link
Contributor

@atomb atomb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks great, and is exactly what I need for what I'm working on right now. :)

@brianhuffman brianhuffman merged commit fa72caf into master Nov 18, 2020
@brianhuffman brianhuffman deleted the jvm-array-is branch November 18, 2020 00:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Points-to declarations for arrays in JVMSetup
2 participants