Stream: git-wasmtime

Topic: wasmtime / PR #13368 Optimize `memory.copy` implementation


view this post on Zulip Wasmtime GitHub notifications bot (May 14 2026 at 19:11):

alexcrichton opened PR #13368 from alexcrichton:refactor-memory-copy to bytecodealliance:main:

This is a dual of #13367 which updates the implementation of the memory.copy intrinsic. The same shape is applied here -- perform validation in compiled code and then delegate via a libcall to the actual host implementation. The intention is to subsume the array_copy_non_gc_ref_elems libcall into this one entirely in a subsequent commit.

<!--
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 (May 14 2026 at 19:11):

alexcrichton requested cfallin for a review on PR #13368.

view this post on Zulip Wasmtime GitHub notifications bot (May 14 2026 at 19:11):

alexcrichton requested wasmtime-compiler-reviewers for a review on PR #13368.

view this post on Zulip Wasmtime GitHub notifications bot (May 14 2026 at 19:11):

alexcrichton requested wasmtime-core-reviewers for a review on PR #13368.

view this post on Zulip Wasmtime GitHub notifications bot (May 14 2026 at 19:23):

:thumbs_up: cfallin submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (May 14 2026 at 19:23):

cfallin added PR #13368 Optimize memory.copy implementation to the merge queue.

view this post on Zulip Wasmtime GitHub notifications bot (May 14 2026 at 19:47):

:check: cfallin merged PR #13368.

view this post on Zulip Wasmtime GitHub notifications bot (May 14 2026 at 19:47):

cfallin removed PR #13368 Optimize memory.copy implementation from the merge queue.


Last updated: Jun 01 2026 at 09:49 UTC