alexcrichton requested fitzgen for a review on PR #13823.
alexcrichton requested wasmtime-compiler-reviewers for a review on PR #13823.
alexcrichton opened PR #13823 from alexcrichton:tweak-region to bytecodealliance:main:
This commit fixes a minor mistake to use the right alias region when initializing a passive element segment during startup. This requires using a slightly different helper than was previously done for GC references because the element segment lives in a different region than the default GC heap.
<!--
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
-->
alexcrichton requested wasmtime-core-reviewers for a review on PR #13823.
:thumbs_up: fitzgen submitted PR review:
I'll wrap this up into a backport for the unreleased release branch, along with the assertion that we always tag everything with an alias region.
fitzgen added PR #13823 Fix alias region used when initializing passive segments to the merge queue.
:check: fitzgen merged PR #13823.
fitzgen removed PR #13823 Fix alias region used when initializing passive segments from the merge queue.
Last updated: Jul 29 2026 at 05:03 UTC