Closed
Bug 1161664
Opened 11 years ago
Closed 11 years ago
Inline object tenuring done on behalf of the store buffers
Categories
(Core :: JavaScript: GC, defect)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
mozilla41
People
(Reporter: terrence, Assigned: terrence)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
|
5.29 KB,
patch
|
sfink
:
review+
|
Details | Diff | Splinter Review |
The whole-object buffer at least goes out-of-line via JSObject::traceChildren. We should be able to use the inline paths here to great effect, once we have those implemented.
| Assignee | ||
Comment 1•11 years ago
|
||
Seems to work as expected.
Attachment #8604221 -
Flags: review?(sphink)
Updated•11 years ago
|
Attachment #8604221 -
Flags: review?(sphink) → review+
| Assignee | ||
Comment 2•11 years ago
|
||
| Assignee | ||
Comment 3•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
status-firefox41:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla41
You need to log in
before you can comment on or make changes to this bug.
Description
•