Closed
Bug 723040
Opened 13 years ago
Closed 13 years ago
IonMonkey: Don't coerce comparison operands
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: jandem, Assigned: jandem)
References
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
dvander
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•13 years ago
|
||
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)
Assignee | ||
Comment 2•13 years ago
|
||
Attachment #593370 -
Attachment is obsolete: true
Attachment #593370 -
Flags: review?(dvander)
Attachment #593389 -
Flags: review?(dvander)
Updated•13 years ago
|
Attachment #593389 -
Flags: review?(dvander) → review+
Assignee | ||
Comment 3•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•