Improve performance of FFI calls that use many handles #47624
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
library-ffi
When passing many handles to C functions the handle allocation becomes a bottleneck. We'd therefore like to improve the performance of the simple implementation done in 6544c69.
The text was updated successfully, but these errors were encountered: