fitzgen opened PR #13615 from fitzgen:VMContext-alias-regions to bytecodealliance:main:
Annotates the passive runtime-data length/base array loads/stores and the copying collector's gc-heap-data pointer load with the
VMContextalias region, which were the onlyVMContextfields left that didn't use alias regions.<!--
Please make sure you include the following information:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
fitzgen requested cfallin for a review on PR #13615.
fitzgen requested wasmtime-core-reviewers for a review on PR #13615.
fitzgen requested wasmtime-compiler-reviewers for a review on PR #13615.
:thumbs_up: cfallin submitted PR review.
:speech_balloon: cfallin created PR review comment:
For all of these cases where we have a region specifically for an offset in vmctx, then we load from that offset, perhaps it would make sense to bundle together into a helper
func_env.load_from_vmctx_offset(...)or somesuch so that we know it's correct (no copy/paste errors or whatever)?
:memo: fitzgen submitted PR review.
:speech_balloon: fitzgen created PR review comment:
I'll do this in a follow up.
fitzgen added PR #13615 Tag all VMContext field accesses with alias regions to the merge queue.
github-merge-queue[bot] removed PR #13615 Tag all VMContext field accesses with alias regions from the merge queue.
fitzgen added PR #13615 Tag all VMContext field accesses with alias regions to the merge queue.
github-merge-queue[bot] removed PR #13615 Tag all VMContext field accesses with alias regions from the merge queue.
fitzgen added PR #13615 Tag all VMContext field accesses with alias regions to the merge queue.
github-merge-queue[bot] removed PR #13615 Tag all VMContext field accesses with alias regions from the merge queue.
alexcrichton added PR #13615 Tag all VMContext field accesses with alias regions to the merge queue.
:check: alexcrichton merged PR #13615.
alexcrichton removed PR #13615 Tag all VMContext field accesses with alias regions from the merge queue.
Last updated: Jul 29 2026 at 05:03 UTC