Open
Bug 1912717
Opened 1 year ago
Updated 11 months ago
Move LMinMax{D,F} codegen into shared CodeGenerator
Categories
(Core :: JavaScript Engine: JIT, task, P1)
Core
JavaScript Engine: JIT
Tracking
()
ASSIGNED
People
(Reporter: anba, Assigned: anba)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
No description provided.
| Assignee | ||
Comment 1•1 year ago
|
||
Drive-by change:
Use upper-case VIXL macro-assembler methods to match surrounding code.
| Assignee | ||
Comment 2•1 year ago
|
||
All implementations call into MacroAssembler::{min,max}{Double,Float}.
| Assignee | ||
Comment 3•1 year ago
|
||
If canBeNaN is available, we might as well use it to improve codegen.
Also change some ma_b + ma_vmov sequences into conditional ma_vmov.
Updated•1 year ago
|
Comment 4•11 months ago
|
||
There are some r+ patches which didn't land and no activity in this bug for 2 weeks.
:anba, could you have a look please?
If you still have some work to do, you can add an action "Plan Changes" in Phabricator.
For more information, please visit BugBot documentation.
Flags: needinfo?(iireland)
Flags: needinfo?(andrebargull)
| Assignee | ||
Updated•11 months ago
|
Flags: needinfo?(iireland)
Flags: needinfo?(andrebargull)
You need to log in
before you can comment on or make changes to this bug.
Description
•