Stream: git-wasmtime

Topic: wasmtime / PR #7501 winch: Properly derive a scratch regi...


view this post on Zulip Wasmtime GitHub notifications bot (Nov 08 2023 at 15:57):

saulecabrera requested fitzgen for a review on PR #7501.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 08 2023 at 15:57):

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

view this post on Zulip Wasmtime GitHub notifications bot (Nov 08 2023 at 15:57):

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

view this post on Zulip Wasmtime GitHub notifications bot (Nov 08 2023 at 15:57):

saulecabrera opened PR #7501 from saulecabrera:properly-derive-scratch-for-calls to bytecodealliance:main:

This commit properly derives a scratch register for a particular WebAssembly type. The included spec test uncovered that the previous implementation used a int scratch register to assign float stack arguments, which resulted in a panic.

<!--
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 (Nov 08 2023 at 16:58):

fitzgen submitted PR review:

Nice!

view this post on Zulip Wasmtime GitHub notifications bot (Nov 08 2023 at 17:40):

fitzgen merged PR #7501.


Last updated: Nov 22 2024 at 16:03 UTC