Closed
Bug 1603304
Opened 6 years ago
Closed 6 years ago
Unreachable |return Ok();| after a while-true loop in IonBuilder.cpp with no breaks out of it
Categories
(Core :: JavaScript Engine: JIT, task, P1)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla73
Tracking | Status | |
---|---|---|
firefox73 | --- | fixed |
People
(Reporter: Waldo, Assigned: Waldo)
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•6 years ago
|
||
Depends on D56804
Updated•6 years ago
|
Assignee: nobody → jwalden
Pushed by jwalden@mit.edu:
https://hg.mozilla.org/integration/autoland/rev/97a3587dabfa
Remove an unreachable |return Ok();| following a |while (true)| loop that contains no |break;| out of it. r=tcampbell
![]() |
||
Comment 3•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox73:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla73
Updated•6 years ago
|
Priority: -- → P1
You need to log in
before you can comment on or make changes to this bug.
Description
•