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

Verify chopped parts in parallel #525

Merged
merged 4 commits into from
Sep 23, 2022
Merged

Verify chopped parts in parallel #525

merged 4 commits into from
Sep 23, 2022

Conversation

jcp19
Copy link
Contributor

@jcp19 jcp19 commented Sep 21, 2022

Currently, chopping a program in multiple parts causes all parts to be verified sequentially. This PR enables concurrent verification of those parts.

@jcp19 jcp19 requested a review from Felalolf September 21, 2022 18:05
@ArquintL
Copy link
Member

Are concurrent verifications now possible? I thought @marcoeilers "only" added that branches within a method are verified concurrently

@marcoeilers
Copy link

@ArquintL Yes, concurrent use of several verifier instances is possible now, I did both.

@jcp19 jcp19 merged commit a0bc98f into master Sep 23, 2022
@jcp19 jcp19 deleted the parallel-chopper branch September 23, 2022 12:17
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.

4 participants