Closed
Bug 874151
Opened 12 years ago
Closed 9 years ago
GC: When tenuring, prefer to use inline elements
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
INVALID
People
(Reporter: terrence, Unassigned)
References
(Blocks 1 open bug)
Details
Right now, if the nursery object has an external elements pointer in the C heap, we simply copy the pointer. We should investigate to see if copying the elements inline could save us memory.
Assignee | ||
Updated•10 years ago
|
Assignee: general → nobody
Reporter | ||
Comment 1•9 years ago
|
||
Since filing this bug, we've added inline allocation of the elements pointer in the nursery. Thus, any external pointer is by definition going to be way larger than what we can allocate inline.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•