Stream: git-wasmtime

Topic: wasmtime / PR #2134 AArch64 ABI: properly store full 64-b...


view this post on Zulip Wasmtime GitHub notifications bot (Aug 17 2020 at 22:00):

cfallin opened PR #2134 from fix-abi-extension to main:

When storing an argument to a stack location for consumption by a
callee, or storing a return value to an on-stack return slot for
consumption by the caller, the ABI implementation was properly extending
the value but was then performing a store with only the original width.
This fixes the issue by always performing a 64-bit store of the extended
value.

Issue reported by @uweigand (thanks!).

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Aug 17 2020 at 22:00):

cfallin requested julian-seward1 for a review on PR #2134.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 18 2020 at 15:37):

julian-seward1 submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 18 2020 at 15:39):

cfallin merged PR #2134.


Last updated: Oct 23 2024 at 20:03 UTC