Closed Bug 1217110 Opened 10 years ago Closed 10 years ago

Remove unnecessary opcode JSOP_BINDINTRINSIC

Categories

(Core :: JavaScript Engine, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla44
Tracking Status
firefox44 --- fixed

People

(Reporter: jorendorff, Assigned: jorendorff)

Details

Attachments

(1 file)

JSOP_BINDINTRINSIC's job is to push a value to the operand stack that is never used. JSOP_SETINTRINSIC discards it a few instructions later. Not a big deal, but this is sort of pointless. We have other SET opcodes that do not have a matching BIND opcode: JSOP_SETLOCAL, JSOP_SETALIASEDVAR, and so on. We can make JSOP_SETINTRINSIC one of those.
Assignee: nobody → jorendorff
Status: NEW → ASSIGNED
Comment on attachment 8677014 [details] [diff] [review] Remove unnecessary opcode JSOP_BINDINTRINSIC Review of attachment 8677014 [details] [diff] [review]: ----------------------------------------------------------------- Hurray.
Attachment #8677014 - Flags: review?(shu) → review+
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla44
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: