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

Investigate only mutating one argument per function #549

Open
anishnaik opened this issue Feb 1, 2025 · 0 comments
Open

Investigate only mutating one argument per function #549

anishnaik opened this issue Feb 1, 2025 · 0 comments
Labels
medium-priority not-an-issue planning This issue is currently in a planning/discussion phase and should not be implemented yet.

Comments

@anishnaik
Copy link
Collaborator

Apparently, during argument mutation, echidna will not mutate each argument but will mutate one of n arguments. This means that if a function takes 4 arguments, only one of four will be mutated. This may actually lead to a performance improvement (fewer mutations per transaction).

@anishnaik anishnaik added medium-priority not-an-issue planning This issue is currently in a planning/discussion phase and should not be implemented yet. labels Feb 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
medium-priority not-an-issue planning This issue is currently in a planning/discussion phase and should not be implemented yet.
Projects
None yet
Development

No branches or pull requests

1 participant