Closed Bug 874151 Opened 12 years ago Closed 9 years ago

GC: When tenuring, prefer to use inline elements

Categories

(Core :: JavaScript Engine, defect)

defect
Not set
normal

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.
Blocks: 875863
Assignee: general → nobody
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
Blocks: 1507445
You need to log in before you can comment on or make changes to this bug.