Open
Bug 1409021
Opened 8 years ago
Updated 1 year ago
Provide hints to the chunk allocator task that the nursery could use up to X chunks soon.
Categories
(Core :: JavaScript: GC, enhancement, P5)
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox58 | --- | wontfix |
People
(Reporter: pbone, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: perf)
Attachments
(1 file, 1 obsolete file)
No description provided.
Reporter | ||
Comment 1•8 years ago
|
||
I've created this as a seperate bug from bug 1298018, since it's a different change to memory allocation and I'd prefer that it's affect on performance could be tracked seperately.
Reporter | ||
Comment 2•8 years ago
|
||
Attachment #8919210 -
Flags: review?(jcoppeard)
Reporter | ||
Comment 3•8 years ago
|
||
Comment 4•8 years ago
|
||
I'm in two minds about this. I kind of like the situation we have since your last set of patches where we won't allocate memory until it is needed. And it may never be needed. However this patch might help if we are allocating very quickly.
Updated•8 years ago
|
Attachment #8919210 -
Flags: review?(jcoppeard)
Reporter | ||
Comment 5•8 years ago
|
||
Jon and I talked together and decided not to land this at this stage. It doesn't make a measurable difference and there are pros and cons for having/not having it.
Assignee: pbone → nobody
Severity: normal → trivial
Status: ASSIGNED → NEW
status-firefox58:
--- → wontfix
Keywords: perf
Priority: P3 → P5
Reporter | ||
Comment 6•8 years ago
|
||
Updated to apply cleanly.
Attachment #8919210 -
Attachment is obsolete: true
Updated•3 years ago
|
Severity: trivial → S4
Updated•1 year ago
|
Blocks: GC.performance
Severity: S4 → N/A
You need to log in
before you can comment on or make changes to this bug.
Description
•