Stream: git-wasmtime

Topic: wasmtime / issue #1107 Correctly align stack when vector ...


view this post on Zulip Wasmtime GitHub notifications bot (May 04 2022 at 22:03):

cfallin commented on issue #1107:

I believe we correctly implement this part of the x64 ABI now.

view this post on Zulip Wasmtime GitHub notifications bot (May 04 2022 at 22:03):

cfallin closed issue #1107:

Section "3.2.2 The Stack Frame" of https://software.intel.com/sites/default/files/article/402129/mpx-linux64-abi.pdf

The end of the input argument area shall be aligned on a 16 (32 or 64, if __m256or __m512ispassed on stack) byte boundary.


Last updated: Nov 22 2024 at 16:03 UTC