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

Speedup index_to_function_calls #539

Merged
merged 2 commits into from
Jan 25, 2025

Conversation

Nadrieril
Copy link
Member

@Nadrieril Nadrieril commented Jan 24, 2025

transform_sequences was not efficient on large bodies: it repeatedly inserted statements in the middle of a Vec. This instead gathers all the insertions needed for one block and does the merge linearly.

@Nadrieril Nadrieril merged commit 336e917 into AeneasVerif:main Jan 25, 2025
5 checks passed
@Nadrieril Nadrieril deleted the speedup-index_to_function_calls branch January 25, 2025 00:33
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