Skip to content

Method call translation: adjust target variables havoc#477

Merged
gauravpartha merged 1 commit into
masterfrom
method_call_havoc
Nov 21, 2023
Merged

Method call translation: adjust target variables havoc#477
gauravpartha merged 1 commit into
masterfrom
method_call_havoc

Conversation

@gauravpartha

Copy link
Copy Markdown
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
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