Open
Bug 1926098
Opened 14 days ago
Find way to remove null check from speculative inlined call_ref
Categories
(Core :: JavaScript: WebAssembly, enhancement, P3)
Core
JavaScript: WebAssembly
Tracking
()
NEW
People
(Reporter: rhunt, Unassigned)
References
(Blocks 1 open bug)
Details
We emit a null check guard as part of speculatively inlining a call_ref [1]. We should see if there's a way we can remove this. Comments in the file explain in detail why this is.
You need to log in
before you can comment on or make changes to this bug.
Description
•