Open Bug 1602780 Opened 4 years ago Updated 2 years ago

Simplify for-in iterator bytecode

Categories

(Core :: JavaScript Engine, task, P2)

task

Tracking

()

People

(Reporter: jandem, Unassigned)

Details

With legacy generators gone, I think instead of:

JSOP_MOREITER
JSOP_ISNOITER
JSOP_IFEQ end

JSOP_ITERNEXT # hint for Ion
...

We could do:

JSOP_ITERDONE
JSOP_IFEQ end

JSOP_ITERMORE
...

Then we don't need the MagicValue and JSOP_ITERNEXT anymore.

Priority: -- → P2
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.