Closed Bug 839228 Opened 11 years ago Closed 11 years ago

BaselineCompiler: Compile strict equality and condswitch opcodes

Categories

(Core :: JavaScript Engine, defect)

Other Branch
x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: bhackett1024, Assigned: bhackett1024)

References

Details

Attachments

(1 file, 1 obsolete file)

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.
Attached patch patch (obsolete) — Splinter Review
Assignee: general → bhackett1024
Attachment #711494 - Flags: review?(kvijayan)
Attached patch fixed patchSplinter Review
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)
Attachment #711506 - Flags: review?(kvijayan) → review+
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.

Attachment

General

Created:
Updated:
Size: