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

Make the peephole optimizer more optimizer-friendly #15957

Merged
merged 1 commit into from
Mar 21, 2025

Conversation

clonker
Copy link
Member

@clonker clonker commented Mar 19, 2025

We encountered a timeout issue when trying to integrate PR #15934 on arch linux. By replacing the applyMethod recursion with a folding expression, this timeout issue resolves itself.
Here you can find a CI run with this change rebased on top of the changes of PR #15934: https://app.circleci.com/pipelines/github/ethereum/solidity/38996/workflows/a61d856a-6502-4e45-b791-51631a965ffc

@clonker clonker force-pushed the make-peephole-opt-more-opt-friendly branch from f236d35 to 8f38f23 Compare March 20, 2025 18:20
@clonker clonker requested a review from nikola-matic March 21, 2025 08:22
@nikola-matic nikola-matic merged commit 28982f1 into develop Mar 21, 2025
74 checks passed
@nikola-matic nikola-matic deleted the make-peephole-opt-more-opt-friendly branch March 21, 2025 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants