Closed
Bug 904759
Opened 11 years ago
Closed 11 years ago
IonMonkey: IonBuilder::makePolyInlineDispatch is unused
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla26
People
(Reporter: jandem, Assigned: h4writer)
References
Details
Attachments
(1 file)
(deleted),
patch
|
djvj
:
review+
|
Details | Diff | Splinter Review |
makePolyInlineDispatch is not called anywhere. We should either call it somewhere or remove it.
Assignee | ||
Comment 1•11 years ago
|
||
Note: Feel free to forward review to Sean. It is originally his patch that removed the need of this function in bug 837312 that I took over mid-creation.
So this code is still present. Now MTypeObjectDispatch and MFunctionDispatch are used instead of MPolyInlineDispatch. And the code of makePolyInlineDispatch is in inlineTypeObjectFallback. So we can just remove this :D
Assignee: general → hv1989
Attachment #792902 -
Flags: review?(kvijayan)
Updated•11 years ago
|
Attachment #792902 -
Flags: review?(kvijayan) → review+
Assignee | ||
Comment 2•11 years ago
|
||
Comment 3•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
You need to log in
before you can comment on or make changes to this bug.
Description
•