Closed
Bug 1745939
Opened 3 years ago
Closed 3 years ago
Hoist table bounds check out of wasmCallIndirect
Categories
(Core :: JavaScript: WebAssembly, enhancement, P3)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: lth, Assigned: lth)
References
(Blocks 1 open bug)
Details
The first step for better bounds check elimination for indirect calls is to move the table bounds check out of wasmCallIndirect and up to the MIR level so that it can be optimized.
Assignee | ||
Updated•3 years ago
|
Severity: -- → N/A
Priority: -- → P3
Assignee | ||
Comment 1•3 years ago
|
||
We won't need this because we won't try to optimize table bounds checks any further (not for call-indirect anyway).
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•