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

Experimental support to run passes in parallel #1365

Merged
merged 5 commits into from
Nov 28, 2023
Merged

Experimental support to run passes in parallel #1365

merged 5 commits into from
Nov 28, 2023

Conversation

oxisto
Copy link
Member

@oxisto oxisto commented Nov 23, 2023

This PR includes experimental support to run passes in parallel. While most things should work fine, it look like the EOG pass sometimes has problems when it runs in parallel to other passes. I have not yet found out why. Therefore, this feature is turned off by default, you can use the useParallelPasses() function in the translation config builder to enable it.

@oxisto oxisto requested a review from konradweiss as a code owner November 23, 2023 08:16
@oxisto oxisto force-pushed the parallel-passes branch 5 times, most recently from f2b1276 to b7fee92 Compare November 24, 2023 08:59

Verified

This commit was signed with the committer’s verified signature.
boneskull Christopher Hiller
@oxisto oxisto force-pushed the parallel-passes branch 2 times, most recently from 19b72f0 to d06d7bd Compare November 28, 2023 09:30
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 2 Code Smells

91.0% 91.0% Coverage
0.0% 0.0% Duplication

@oxisto oxisto enabled auto-merge (squash) November 28, 2023 10:35
@oxisto oxisto disabled auto-merge November 28, 2023 10:38
@oxisto oxisto merged commit 9d99219 into main Nov 28, 2023
@oxisto oxisto deleted the parallel-passes branch November 28, 2023 10:38
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.

None yet

2 participants