Closed
Bug 768027
Opened 13 years ago
Closed 13 years ago
IonMonkey: Try to fold comparisons with null/undefined
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: jandem, Assigned: jandem)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
6.66 KB,
patch
|
dvander
:
review+
|
Details | Diff | Splinter Review |
v8-richards has some cases where it does "x != null" and x is known to be an object. Folding this is straight-forward and may be a very small win.
Attachment #636332 -
Flags: review?(dvander)
![]() |
||
Updated•13 years ago
|
Attachment #636332 -
Flags: review?(dvander) → review+
Assignee | ||
Comment 1•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
•