dotnet / dotnet/runtime

[wasm][coreclr] decouple argiterator and calling convention from the interpreter

Open
#120,791 2 comments 0 reactions 1 assignee Assigned to @radekdoulik View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.