Closed
Bug 842444
Opened 10 years ago
Closed 10 years ago
BaselineCompiler: Add optimized GETELEM stub for native prototype-based accesses
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: djvj, Assigned: djvj)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
21.33 KB,
patch
|
bhackett1024
:
review+
|
Details | Diff | Splinter Review |
This ends up hitting in ss-date-format-xparb pretty heavily.
Assignee | ||
Updated•10 years ago
|
Assignee: general → kvijayan
Assignee | ||
Comment 1•10 years ago
|
||
The previous GetElem_Native optimized stub only worked on properties directly held by the object. This adds support for optimizing properties stored on prototypes. The design is similar to that of the GetProp_Native + GetProp_NativePrototype stubs. A single compiler method is used to compile both of them.
Attachment #715346 -
Flags: review?(bhackett1024)
Updated•10 years ago
|
Attachment #715346 -
Flags: review?(bhackett1024) → review+
Assignee | ||
Comment 2•10 years ago
|
||
https://hg.mozilla.org/projects/ionmonkey/rev/a5636acd5d79
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•