Closed
Bug 983462
Opened 9 years ago
Closed 9 years ago
Implement own property native getter cacheing in BC
Categories
(Core :: JavaScript Engine: JIT, defect)
Tracking
()
RESOLVED
FIXED
mozilla31
People
(Reporter: efaust, Assigned: efaust)
Details
(Whiteboard: [js:p2])
Attachments
(1 file)
5.59 KB,
patch
|
djvj
:
review+
|
Details | Diff | Splinter Review |
bug 953024 adds all the machinery to do own property cacheing of native getters. We just need to hook it up.
Attachment #8390900 -
Flags: review?(kvijayan)
Comment 1•9 years ago
|
||
Comment on attachment 8390900 [details] [diff] [review] Patch Review of attachment 8390900 [details] [diff] [review]: ----------------------------------------------------------------- Looks good.
Attachment #8390900 -
Flags: review?(kvijayan) → review+
Assignee | ||
Comment 2•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/f0b24db4d538
Comment 3•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/f0b24db4d538
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla31
You need to log in
before you can comment on or make changes to this bug.
Description
•