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

[NFC] Convert HeapStoreOptimization to use a CFG #6896

Merged
merged 32 commits into from
Sep 3, 2024

Conversation

kripken
Copy link
Member

@kripken kripken commented Sep 3, 2024

This does not use the CFG yet, so there is no benefit (and likely some small
slowdown). The next PR will actually use it to fix a correctness bug. This PR
only sets up the CFG and converts the pass to operate on it, without changing
any behavior or tests.

Followup to #6882

@kripken kripken requested a review from tlively September 3, 2024 22:30
@kripken kripken merged commit 9522864 into WebAssembly:main Sep 3, 2024
13 checks passed
@kripken kripken deleted the effect.throws2.b branch September 3, 2024 23:09
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.

2 participants