Closed
Bug 894852
Opened 12 years ago
Closed 12 years ago
IonMonkey: Fix LSetPropertyPolymorphicT and LGetPropertyPolymorphicV bailout kind
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla25
People
(Reporter: jandem, Assigned: jandem)
References
Details
Attachments
(1 file)
1.70 KB,
patch
|
bhackett1024
:
review+
|
Details | Diff | Splinter Review |
LGetPropertyPolymorphicT and LSetPropertyPolymorphicV use the correct bailout kind, but not the other two.
This reduces the number of bailouts on pdf.js from ~24350 to < 300 and wins a few hundred points.
Attachment #777032 -
Flags: review?(bhackett1024)
Updated•12 years ago
|
Attachment #777032 -
Flags: review?(bhackett1024) → review+
Assignee | ||
Comment 1•12 years ago
|
||
Comment 2•12 years ago
|
||
jandem++
Comment 3•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla25
You need to log in
before you can comment on or make changes to this bug.
Description
•