[wasm][coreclr] decouple argiterator and calling convention from the interpreter
Open
arch-wasm
area-VM-coreclr
- Dominant language
- C#
- Stars
- 18.3k
- Forks
- 5.6k
- PR merge metrics
- PR metrics pending
Description
context: https://github.com/dotnet/runtime/pull/120665#issuecomment-3397754645
currently we use the same layout for the arguments as on the interpreter stack, to be able to just copy chunk of memory when calling the interpreter from native code.
with the native codegen we should rethink that
Contributor guide
Assessment
This issue has not been assessed yet.