Status
()
People
(Reporter: evilpie, Assigned: evilpie)
Tracking
(Blocks: 1 bug)
Firefox Tracking Flags
(Not tracked)
Details
(Whiteboard: [js:t])
Attachments
(1 attachment, 1 obsolete attachment)
5.87 KB,
patch
|
dvander
:
review+
|
Details | Diff | Splinter Review |
Created attachment 642776 [details] [diff] [review] v1 The default behaviour for objects without a typeOf hook is to return "object". In the most cases we actually want that and don't need to implement that hook and explicitly return JSTYPE_OBJECT. This is mostly done to prevent bailouts for MTypeOfIs on dense arrays in IonMonkey, which are probably common.
Attachment #642776 -
Flags: review?(dvander)
(Assignee) | ||
Updated•7 years ago
|
(Assignee) | ||
Comment 1•7 years ago
|
||
Created attachment 642778 [details] [diff] [review] v1 Forgot to refresh.
Attachment #642776 -
Attachment is obsolete: true
Attachment #642776 -
Flags: review?(dvander)
(Assignee) | ||
Updated•7 years ago
|
Attachment #642778 -
Flags: review?(dvander)
Attachment #642778 -
Flags: review?(dvander) → review+
(Assignee) | ||
Comment 2•7 years ago
|
||
http://hg.mozilla.org/projects/ionmonkey/rev/8dd41661cf09
(Assignee) | ||
Comment 3•7 years ago
|
||
We could also land this on m-i.
Updated•7 years ago
|
Whiteboard: [js:t]
(Assignee) | ||
Updated•7 years ago
|
Status: ASSIGNED → RESOLVED
Last Resolved: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•