Closed
Bug 1639534
Opened 5 years ago
Closed 5 years ago
Optimize Math.floor in CacheIR and Warp
Categories
(Core :: JavaScript Engine: JIT, task, P2)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla78
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: jandem, Assigned: jandem)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
No description provided.
Assignee | ||
Updated•5 years ago
|
Severity: normal → N/A
Priority: -- → P2
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D76148
Assignee | ||
Comment 3•5 years ago
|
||
Depends on D76149
Pushed by jdemooij@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/df71541e2e11
part 1 - Move floor-to-int32 code to the MacroAssembler. r=evilpie
https://hg.mozilla.org/integration/autoland/rev/0ee345bdc942
part 2 - Optimize Math.floor in CacheIR. r=evilpie
https://hg.mozilla.org/integration/autoland/rev/74a5be0601a2
part 3 - Transpile Math.floor in Warp. r=evilpie
Comment 5•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/df71541e2e11
https://hg.mozilla.org/mozilla-central/rev/0ee345bdc942
https://hg.mozilla.org/mozilla-central/rev/74a5be0601a2
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
You need to log in
before you can comment on or make changes to this bug.
Description
•