Closed Bug 838960 Opened 12 years ago Closed 11 years ago

Remove opcodes no longer necessary due to e4x/decompiler removal

Categories

(Core :: JavaScript Engine, defect)

Other Branch
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: jorendorff, Assigned: jorendorff)

References

Details

Dibs on this too. :)

I'm not sure there's actually much here, but JSOP_LABEL at least can go.
IIUC, all the JOF_DECOMPOSE ops were only around for the decompiler and could be removed as well.
Oh, bug 838813 comment 22 might be relevant -- can JSOP_SETNAME and JSOP_SETPROP be merged?
Please don't remove JSOP_LABEL, I want to use it for bug 684384.
(In reply to Jan de Mooij [:jandem] from comment #3)
> Please don't remove JSOP_LABEL, I want to use it for bug 684384.

Oh, ok. No worries.
Summary: Remove opcodes notes no longer necessary due to e4x/decompiler removal → Remove opcodes no longer necessary due to e4x/decompiler removal
Decomposing ops can almost die, but JM is using them rather heavily.
Depends on: 718969
Depends on: 872813
I think all the big ones are done.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.