Stream: git-wasmtime

Topic: wasmtime / PR #10514 winch(x64): Remove stale comment in ...


view this post on Zulip Wasmtime GitHub notifications bot (Apr 02 2025 at 20:01):

saulecabrera opened PR #10514 from saulecabrera:winchcc-remove-stale-comment to bytecodealliance:main:

Cranelift's Winch calling convention will never have to deal with results in more than one register since Winch doesn't make use of the types that would trigger that case, namely, types::I128. In all SIMD cases types are bound to types::MxN, which map to a single float register.

<!--
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 (Apr 02 2025 at 20:01):

saulecabrera requested fitzgen for a review on PR #10514.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 02 2025 at 20:01):

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

view this post on Zulip Wasmtime GitHub notifications bot (Apr 02 2025 at 21:20):

fitzgen submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 02 2025 at 22:02):

saulecabrera merged PR #10514.


Last updated: Apr 18 2025 at 15:03 UTC