Closed Bug 1503542 Opened 6 years ago Closed 6 years ago

Move strict equality comparison out of JSOP_CASE

Categories

(Core :: JavaScript Engine, enhancement)

enhancement
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla65
Tracking Status
firefox65 --- fixed

People

(Reporter: jandem, Assigned: jandem)

References

Details

Attachments

(1 file)

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.
Pushed by jandemooij@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/92cd8f40e7aa
Move strict equality comparison out of JSOP_CASE. r=arai
https://hg.mozilla.org/mozilla-central/rev/92cd8f40e7aa
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: