Stream: git-wasmtime

Topic: wasmtime / PR #10535 pulley: Fix frame calculation on non...


view this post on Zulip Wasmtime GitHub notifications bot (Apr 07 2025 at 15:07):

alexcrichton opened PR #10535 from alexcrichton:fix-pulley-abi to bytecodealliance:main:

This fixes the Pulley ABI code to only have a tail-call-specific adjustment on the tail ABI, not all ABIs. This matches what other backends such as riscv64 do as well. This is not exposed through wasm I believe because no native signature can exercise this code (I think) and all wasm code uses the tail ABI anyway.

This was discovered by running Cranelift filetests using ASAN which is something I hope to be able to add to our CI in the near future.

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

alexcrichton requested fitzgen for a review on PR #10535.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 07 2025 at 15:07):

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

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

fitzgen submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 07 2025 at 17:41):

fitzgen merged PR #10535.


Last updated: Dec 06 2025 at 07:03 UTC