Stream: cranelift

Topic: plans for windows fastcall and new backend x64


view this post on Zulip Yury Delendik (Nov 06 2020 at 14:37):

Currently I'm hitting a panic at get_intreg_for_arg_systemv in tests. ATM trying to add unwind info to Windows Fastcall. What are the plans for this call convention?

view this post on Zulip Yury Delendik (Nov 06 2020 at 15:33):

/me opened https://github.com/bytecodealliance/wasmtime/issues/2372

The issue is a part of #2079 (and possibly #1642 ?). The issue needs to be extended to all new backends (x64 and aarch64). This will require implementing the win64 fastcall ABI support in cranelift...

view this post on Zulip bjorn3 (Nov 08 2020 at 13:35):

I would expect there to be a new function for windows fastcall rather than using the systemv specific get_intreg_for_arg_systemv.


Last updated: Oct 23 2024 at 20:03 UTC