Stream: git-wasmtime

Topic: wasmtime / issue #9349 Escape analysis for Wasm GC


view this post on Zulip Wasmtime GitHub notifications bot (Oct 01 2024 at 16:50):

fitzgen added the performance label to Issue #9349.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 01 2024 at 16:50):

fitzgen added the cranelift:goal:optimize-speed label to Issue #9349.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 01 2024 at 16:50):

fitzgen added the wasmtime:ref-types label to Issue #9349.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 01 2024 at 16:50):

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: Oct 23 2024 at 20:03 UTC