fitzgen added the performance label to Issue #9349.
fitzgen added the cranelift:goal:optimize-speed label to Issue #9349.
fitzgen added the wasmtime:ref-types label to Issue #9349.
fitzgen opened issue #9349:
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.
Last updated: Nov 22 2024 at 16:03 UTC