-
Enhancement
-
Resolution: Fixed
-
P3
-
None
-
repo-panama
Optimized upcall stubs are missing support for multi-register returns.
The implementation could do something similar as for native invokers: namely pre-allocate a bit of memory, and then have the callee write the return values into that.
Implementing this would also allow us the remove the buffered invocation strategy for upcalls.
The implementation could do something similar as for native invokers: namely pre-allocate a bit of memory, and then have the callee write the return values into that.
Implementing this would also allow us the remove the buffered invocation strategy for upcalls.
- blocks
-
JDK-8275644 Replace VMReg in shuffling code with something more fine grained.
-
- Resolved
-
- is blocked by
-
JDK-8275646 Implement optimized upcall stubs on AArch64
-
- Resolved
-
- relates to
-
JDK-8255903 Enable multi-register return values for native invokers
-
- Resolved
-