Closed
Bug 1626075
Opened 5 years ago
Closed 5 years ago
IonBuilder::arithTryBinaryStub can't fail
Categories
(Core :: JavaScript Engine: JIT, enhancement, P1)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla76
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: evilpies, Assigned: evilpies)
References
Details
Attachments
(1 file)
All callers of arithTryBinaryStub assume that it can fail, but it can't unless it's JSOp::Pos or JSOp::Pow. We just shouldn't call the function in those cases.
Updated•5 years ago
|
Assignee: nobody → evilpies
Status: NEW → ASSIGNED
Updated•5 years ago
|
Priority: -- → P1
Pushed by evilpies@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/45b2d77ee119
IonBuilder::arithTryBinaryStub can't fail. r=iain
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla76
You need to log in
before you can comment on or make changes to this bug.
Description
•