Closed
Bug 1064251
Opened 10 years ago
Closed 10 years ago
Fold strict (not) equal on constant numbers
Categories
(Core :: JavaScript Engine: JIT, defect)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla35
People
(Reporter: h4writer, Assigned: h4writer)
References
Details
Attachments
(1 file)
726 bytes,
patch
|
sstangl
:
review+
|
Details | Diff | Splinter Review |
I think we just missed this case when implementing this. Since the ecmascript treats Int32/Double as 1 type, we can just fold this too.
Assignee | ||
Comment 1•10 years ago
|
||
Assignee: nobody → hv1989
Attachment #8485704 -
Flags: review?(sstangl)
Comment 2•10 years ago
|
||
Comment on attachment 8485704 [details] [diff] [review]
Fold
Review of attachment 8485704 [details] [diff] [review]:
-----------------------------------------------------------------
Sure did. Good catch!
Attachment #8485704 -
Flags: review?(sstangl) → review+
Assignee | ||
Comment 3•10 years ago
|
||
Comment 4•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla35
You need to log in
before you can comment on or make changes to this bug.
Description
•