Closed
Bug 834090
Opened 13 years ago
Closed 13 years ago
Name unused opcodes more sanely.
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla21
People
(Reporter: n.nethercote, Assigned: n.nethercote)
References
Details
Attachments
(1 file)
|
11.45 KB,
patch
|
jorendorff
:
review+
|
Details | Diff | Splinter Review |
Our naming/numbering of unused opcodes is pretty screwy.
| Assignee | ||
Comment 1•13 years ago
|
||
This derives each unused opcode's name from its number.
Attachment #705668 -
Flags: review?(jorendorff)
| Assignee | ||
Comment 2•13 years ago
|
||
This patch blocks my forthcoming e4x removal patches (hint hint).
Blocks: 788293
Comment 3•13 years ago
|
||
Comment on attachment 705668 [details] [diff] [review]
Name unused opcodes more sanely.
Review of attachment 705668 [details] [diff] [review]:
-----------------------------------------------------------------
Since you asked so nicely. :)
Attachment #705668 -
Flags: review?(jorendorff) → review+
| Assignee | ||
Comment 4•13 years ago
|
||
Comment 5•13 years ago
|
||
Backed out in https://hg.mozilla.org/integration/mozilla-inbound/rev/a7f7309da69d - either this or bug 788293 broke pretty much everything.
Comment 6•13 years ago
|
||
Relanded with a clobber in https://hg.mozilla.org/integration/mozilla-inbound/rev/ffacb7f986f0
Comment 7•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla21
You need to log in
before you can comment on or make changes to this bug.
Description
•