Stream: git-wasmtime

Topic: wasmtime / PR #11063 winch(x64): Fix lowering of unsigned...


view this post on Zulip Wasmtime GitHub notifications bot (Jun 17 2025 at 15:26):

saulecabrera opened PR #11063 from saulecabrera:winch-x64-fix-utruncate to bytecodealliance:main:

With the introduction of the scratch register scope, it's safer to acquire and work with such registers, however it's crucial to delay the acquisition of such registers as close as possible to emission time, to avoid introducing conflicts with other operations that might also require them. This commit defers the acquisition of the scratch registers until after the temporary register for the convert operation has been allocated, fixing potential conflicts in case of a spill.

<!--
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 17 2025 at 15:27):

saulecabrera requested abrown for a review on PR #11063.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 17 2025 at 15:27):

saulecabrera requested wasmtime-compiler-reviewers for a review on PR #11063.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 17 2025 at 15:27):

saulecabrera requested wasmtime-core-reviewers for a review on PR #11063.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 17 2025 at 15:27):

saulecabrera requested dicej for a review on PR #11063.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 17 2025 at 16:26):

abrown submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 17 2025 at 16:53):

saulecabrera merged PR #11063.


Last updated: Dec 06 2025 at 06:05 UTC