Stream: git-wasmtime

Topic: wasmtime / PR #13712 Tag `table.fill`/`table.copy` elemen...


view this post on Zulip Wasmtime GitHub notifications bot (Jun 22 2026 at 22:07):

fitzgen requested cfallin for a review on PR #13712.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 22 2026 at 22:07):

fitzgen opened PR #13712 from fitzgen:table-fill-copy-alias-regions to bytecodealliance:main:

The bulk table.fill and table.copy paths fed region-less flags into emit_table_set; pass the proper table alias regions so their element stores match the table.get/table.set path.

Note that this omission could not have triggered any miscompiles because region-less stores act as fences.

<!--
Please make sure you include the following information:

Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.html

Please ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->

view this post on Zulip Wasmtime GitHub notifications bot (Jun 22 2026 at 22:07):

fitzgen requested wasmtime-compiler-reviewers for a review on PR #13712.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 22 2026 at 22:07):

fitzgen requested wasmtime-core-reviewers for a review on PR #13712.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 22 2026 at 22:47):

:thumbs_up: cfallin submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 22 2026 at 23:29):

fitzgen added PR #13712 Tag table.fill/table.copy element stores with table alias regions to the merge queue.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 22 2026 at 23:53):

:check: fitzgen merged PR #13712.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 22 2026 at 23:53):

fitzgen removed PR #13712 Tag table.fill/table.copy element stores with table alias regions from the merge queue.


Last updated: Jul 29 2026 at 05:03 UTC