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

Just use ir::Globals for VMStoreContext pointer in FuncEnvironment #10526

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

fitzgen
Copy link
Member

@fitzgen fitzgen commented Apr 5, 2025

And let alias analysis dedupe and clean up multiple uses, instead of trying to do that manually in our Wasm-to-CLIF frontend by loading the pointer once in the entry block and trying to keep track of whether it is actually necessary to pre-declare the pointer and all that.

Split off from #10503

And let alias analysis dedupe and clean up multiple uses, instead of trying to
do that manually in our Wasm-to-CLIF frontend by loading the pointer once in the
entry block and trying to keep track of whether it is actually necessary to
pre-declare the pointer and all that.

Split off from bytecodealliance#10503
@fitzgen fitzgen requested a review from a team as a code owner April 5, 2025 05:50
@fitzgen fitzgen requested review from dicej and removed request for a team April 5, 2025 05:50
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.

1 participant