Bug 265601

Summary: [Wasm-GC] Elide null checks based on type
Product: WebKit Reporter: Asumu Takikawa <asumu>
Component: WebAssemblyAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: bashorov, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 247394    

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.