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

Method call translation: adjust target variables havoc #477

Merged
merged 1 commit into from
Nov 21, 2023

Conversation

gauravpartha
Copy link
Contributor

Previously, a method call was encoded as havoc targets; exhale pre; inhale post. Now, a method call is encoded as exhale pre; havoc targets; inhale post, which moves the havoc as far as possible. This new encoding matches the standard explanation of the encoding. There is no good reason to have the havoc before exhale pre.

@gauravpartha gauravpartha merged commit 15eef34 into master Nov 21, 2023
1 check passed
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.

1 participant