NEW 265601
[Wasm-GC] Elide null checks based on type
https://bugs.webkit.org/show_bug.cgi?id=265601
Summary [Wasm-GC] Elide null checks based on type
Asumu Takikawa
Reported 2023-11-30 13:13:43 PST
In the Wasm GC proposal, operations like array.get have null checks for the object being operated on. Right now these checks are always emitted. We should elide these if we know the object has a non-null (ref X) type.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-12-07 13:14:17 PST
Note You need to log in before you can comment on or make changes to this bug.