WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-12-07 13:14:17 PST
<
rdar://problem/119334476
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug