Closed
Bug 838960
Opened 12 years ago
Closed 12 years ago
Remove opcodes no longer necessary due to e4x/decompiler removal
Categories
(Core :: JavaScript Engine, defect)
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.
Comment 1•12 years ago
|
||
IIUC, all the JOF_DECOMPOSE ops were only around for the decompiler and could be removed as well.
Comment 2•12 years ago
|
||
Oh, bug 838813 comment 22 might be relevant -- can JSOP_SETNAME and JSOP_SETPROP be merged?
Comment 3•12 years ago
|
||
Please don't remove JSOP_LABEL, I want to use it for bug 684384.
Assignee | ||
Comment 4•12 years ago
|
||
(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
Comment 5•12 years ago
|
||
Decomposing ops can almost die, but JM is using them rather heavily.
Comment 6•12 years ago
|
||
I think all the big ones are done.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•