Closed
Bug 1683093
Opened 4 years ago
Closed 4 years ago
Remove unused MCompare compare types
Categories
(Core :: JavaScript Engine: JIT, task, P1)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
86 Branch
Tracking | Status | |
---|---|---|
firefox86 | --- | fixed |
People
(Reporter: evilpie, Assigned: evilpie)
References
Details
Attachments
(3 files)
No description provided.
Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Severity: -- → N/A
Priority: -- → P1
Assignee | ||
Comment 4•4 years ago
|
||
Technically Compare_Boolean and Compare_StrictString are also unused. Should we look into supporting these cases in CacheIR instead? Or rather just remove them now.
Pushed by evilpies@gmail.com: https://hg.mozilla.org/integration/autoland/rev/5d416b2096d7 Remove MCompare::determineCompareType. r=jandem https://hg.mozilla.org/integration/autoland/rev/d7be751c9b43 Remove Compare_Bitwise. r=jandem https://hg.mozilla.org/integration/autoland/rev/074c9b0a8e77 Remove Compare_DoubleMaybeCoerce. r=jandem
Comment 6•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/5d416b2096d7
https://hg.mozilla.org/mozilla-central/rev/d7be751c9b43
https://hg.mozilla.org/mozilla-central/rev/074c9b0a8e77
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox86:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•