You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pulley: Fix frame calculation on non-tail ABIs (#10535)
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.
0 commit comments