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

Fix handling of JVM local variables in JVM-to-Crucible translation #231

Merged
merged 2 commits into from
May 16, 2019

Conversation

brianhuffman
Copy link
Contributor

This patch is a fix for GaloisInc/saw-script#433.

Brian Huffman added 2 commits May 15, 2019 14:33
Instead of copying values to/from crucible registers only at basic block
boundaries, we now read and write directly from crucible registers at
every access. The new implementation avoids previous failures in the
`saveLocals` function.

This is a fix for GaloisInc/saw-script#433.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants