fitzgen opened PR #13658 from fitzgen:VMStoreContext-alias-regions to bytecodealliance:main:
<!--
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 #13658.
fitzgen requested wasmtime-compiler-reviewers for a review on PR #13658.
fitzgen requested wasmtime-core-reviewers for a review on PR #13658.
:memo: cfallin submitted PR review:
Something I want to double-check below but the general approach seems OK:
:speech_balloon: cfallin created PR review comment:
Ah, this may contradict my point above?
:speech_balloon: cfallin created PR review comment:
I was pretty confused at first seeing this bare memflags (no region) used with data structure accesses below, and the generic name "our memflags"; perhaps
stack_limits_memflagsand comment that the VMStackLimits struct does not use regions? (And for the future: should it?)
:memo: fitzgen submitted PR review.
:speech_balloon: fitzgen created PR review comment:
Yes,
VMStackLimitswill eventually use its own alias region, but not for a few more commits. In the meantime, I've fixed up some naming and doc comments here, will push in a second.
fitzgen updated PR #13658.
:memo: fitzgen submitted PR review.
:speech_balloon: fitzgen created PR review comment:
:memo: cfallin submitted PR review.
:speech_balloon: cfallin created PR review comment:
Ah, OK, I missed the distinction there -- thanks.
:thumbs_up: cfallin submitted PR review.
fitzgen added PR #13658 Tag all VMStoreContext field loads/stores with alias regions to the merge queue.
:check: fitzgen merged PR #13658.
fitzgen removed PR #13658 Tag all VMStoreContext field loads/stores with alias regions from the merge queue.
Last updated: Jul 29 2026 at 05:03 UTC