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

Improved dynamic array shrinking #775

Merged
merged 1 commit into from
May 25, 2022
Merged

Improved dynamic array shrinking #775

merged 1 commit into from
May 25, 2022

Conversation

ggrieco-tob
Copy link
Member

It seems that dynamic array shrinking was too aggressive, requiring to reduce the size of them at the same type as reducing the size of each element. This PR allows Echidna to fix #774 reducing the size of the dynamic array 90% of the time, and all their elements the remaining 10%.

@ggrieco-tob ggrieco-tob merged commit 64c9a89 into master May 25, 2022
@ggrieco-tob ggrieco-tob deleted the fix-shrink-darrays branch May 25, 2022 07:44
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.

Echidna shrinking fails to reduce arrays of certain datatypes
1 participant