Closed Bug 723040 Opened 12 years ago Closed 12 years ago

IonMonkey: Don't coerce comparison operands

Categories

(Core :: JavaScript Engine, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: jandem, Assigned: jandem)

References

Details

Attachments

(1 file, 1 obsolete file)

      No description provided.
Attached patch Patch (obsolete) — Splinter Review
Fixes v8-crypto. The problem was that "x == null" would return true instead of false if x is 0. Now we specialize as int32 if both operands are int32, and specialize as double if both operands are either int32 or double.
Attachment #593370 - Flags: review?(dvander)
Attached patch PatchSplinter Review
Attachment #593370 - Attachment is obsolete: true
Attachment #593370 - Flags: review?(dvander)
Attachment #593389 - Flags: review?(dvander)
Attachment #593389 - Flags: review?(dvander) → review+
http://hg.mozilla.org/projects/ionmonkey/rev/06387601d4db
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.