Open vargaz opened 1 year ago
Tagging subscribers to 'arch-wasm': @lewing See info in area-owners.md if you want to be subscribed.
Author: | vargaz |
---|---|
Assignees: | - |
Labels: | `arch-wasm`, `untriaged`, `area-Codegen-AOT-mono` |
Milestone: | - |
What happens here is that foo2
cannot be AOT so the runtime needs to generate a gsharedvt_in_sig wrapper to call it using the interpreter, the
generated wrapper has the following signature:
void object:gsharedvt_in_sig (Outer`1/Inner<object>,intptr&,intptr)
This fails to AOT because Outer
cc @kotlarmilos
Description
Testcase:
To reproduce: Compile with AOT.
Actual result:
Reproduction Steps
.
Expected behavior
.
Actual behavior
.
Regression?
No response
Known Workarounds
No response
Configuration
No response
Other information
No response