Closed
Bug 1503542
Opened 6 years ago
Closed 6 years ago
Move strict equality comparison out of JSOP_CASE
Categories
(Core :: JavaScript Engine, enhancement)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla65
Tracking | Status | |
---|---|---|
firefox65 | --- | fixed |
People
(Reporter: jandem, Assigned: jandem)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
JSOP_CASE behaves like JSOP_STRICTEQ followed by a branch. It's nicer and simpler to emit JSOP_STRICTEQ first so JSOP_CASE just has to check a boolean.
Assignee | ||
Comment 1•6 years ago
|
||
Depends on D10350
Pushed by jandemooij@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/92cd8f40e7aa
Move strict equality comparison out of JSOP_CASE. r=arai
Comment 3•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
You need to log in
before you can comment on or make changes to this bug.
Description
•