Closed
Bug 839228
Opened 12 years ago
Closed 12 years ago
BaselineCompiler: Compile strict equality and condswitch opcodes
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: bhackett1024, Assigned: bhackett1024)
References
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
djvj
:
review+
|
Details | Diff | Splinter Review |
The Baseline compiler should handle strict equality opcodes --- JSOP_STRICTEQ and JSOP_STRICTNE. This will also allow compiling non-table switches --- JSOP_CONDSWITCH, JSOP_CASE and JSOP_DEFAULT.
Assignee | ||
Comment 1•12 years ago
|
||
Assignee: general → bhackett1024
Attachment #711494 -
Flags: review?(kvijayan)
Assignee | ||
Comment 2•12 years ago
|
||
Fix a bug in the previous patch (after a syncStack() the frame would still keep some registers for synced entries live it seems).
Attachment #711494 -
Attachment is obsolete: true
Attachment #711494 -
Flags: review?(kvijayan)
Attachment #711506 -
Flags: review?(kvijayan)
Updated•12 years ago
|
Attachment #711506 -
Flags: review?(kvijayan) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Assignee | ||
Updated•12 years ago
|
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
•