Closed
Bug 1316823
Opened 8 years ago
Closed 8 years ago
Wasm baseline: Use conditional move to avoid branches for MinMaxI32, AbsI32 (investigate)
Categories
(Core :: JavaScript Engine: JIT, defect, P5)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: lth, Unassigned, Mentored)
References
Details
What the summary says. This needs to be backed by benchmarks on relevant platforms (plural). Info on the net suggests that conditional move is not always a winner for performance. It may be we can't discern a performance difference, in which case we should go for smaller code.
Reporter | ||
Updated•8 years ago
|
Mentor: lhansen
Reporter | ||
Updated•8 years ago
|
Priority: P3 → P5
Reporter | ||
Comment 1•8 years ago
|
||
These operations are asm.js operations and are being removed from the baseline compiler, see bug 1333770.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•