Escape analysis for Wasm GC #9349
Labels
cranelift:goal:optimize-speed
Focus area: the speed of the code produced by Cranelift.
performance
wasmtime:ref-types
Issues related to reference types and GC in Wasmtime
We could implement an escape analysis for Wasm GC types to figure out which allocations do not escape their stack frame. Then we can do unboxing/SROA, replacing a struct's fields or array elements with a set of local SSA values.
The text was updated successfully, but these errors were encountered: