Stream: git-wasmtime

Topic: wasmtime / issue #12822 It is unclear if MemFlags::can_mo...


view this post on Zulip Wasmtime GitHub notifications bot (Mar 22 2026 at 10:55):

ultimaweapon opened issue #12822:

Docs from current version said:

If this is true, then it is okay to code motion this instruction to arbitrary locations, in the function, including across blocks and conditional branches, so long as data dependencies (and trap ordering, if any) are upheld.

It does not mention if the instruction can move across a call.


Last updated: Mar 23 2026 at 16:19 UTC