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

GlobalStructInference: Optimize globals too #6674

Merged
merged 4 commits into from
Jun 17, 2024

Conversation

kripken
Copy link
Member

@kripken kripken commented Jun 17, 2024

This is achieved by simply replacing the Literal with PossibleConstantValues,
which supports both Literals and Globals.

@kripken kripken requested a review from tlively June 17, 2024 22:46
@kripken kripken merged commit 0f9f2dc into WebAssembly:main Jun 17, 2024
13 checks passed
@kripken kripken deleted the gsi.global branch June 17, 2024 23:16
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