Closed
Bug 1128084
Opened 10 years ago
Closed 10 years ago
Add baseline IC for reading from unboxed object prototypes
Categories
(Core :: JavaScript Engine: JIT, defect)
Tracking
()
RESOLVED
FIXED
mozilla38
Tracking | Status | |
---|---|---|
firefox38 | --- | fixed |
People
(Reporter: bhackett1024, Assigned: bhackett1024)
References
Details
Attachments
(1 file)
19.52 KB,
patch
|
jandem
:
review+
|
Details | Diff | Splinter Review |
The attached patch adds a baseline IC for getprop accesses where the object is unboxed and the property is found on one of its native prototypes. This pretty much fixes the regression on octane-deltablue when using unboxed objects.
Attachment #8557363 -
Flags: review?(jdemooij)
Comment 1•10 years ago
|
||
Comment on attachment 8557363 [details] [diff] [review]
patch
Review of attachment 8557363 [details] [diff] [review]:
-----------------------------------------------------------------
Sorry for the delay.
Attachment #8557363 -
Flags: review?(jdemooij) → review+
Assignee | ||
Comment 2•10 years ago
|
||
Comment 3•10 years ago
|
||
Assignee: nobody → bhackett1024
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox38:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla38
You need to log in
before you can comment on or make changes to this bug.
Description
•