Skip to content

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

Merged
fitzgen merged 1 commit intobytecodealliance:mainfrom
fitzgen:vm-store-context-in-global
Apr 7, 2025
Merged

Just use ir::Globals for VMStoreContext pointer in FuncEnvironment#10526
fitzgen merged 1 commit intobytecodealliance:mainfrom
fitzgen:vm-store-context-in-global

Conversation

@fitzgen
Copy link
Copy Markdown
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
@fitzgen fitzgen added this pull request to the merge queue Apr 7, 2025
Merged via the queue into bytecodealliance:main with commit ac11636 Apr 7, 2025
41 checks passed
@fitzgen fitzgen deleted the vm-store-context-in-global branch April 7, 2025 18:54
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