Closed
Bug 987912
Opened 9 years ago
Closed 9 years ago
Collect parallel arenas between every iteration rather than every chunk
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla31
People
(Reporter: nmatsakis, Assigned: nmatsakis)
References
Details
Attachments
(1 file)
2.25 KB,
patch
|
shu
:
review+
|
Details | Diff | Splinter Review |
Currently we collect parallel arenas between every slice. This is too coarse for some benchmarks. It would be better to do it between every iteration for the time being; this subsystem is in need of some longer-term tuning as well.
Assignee | ||
Updated•9 years ago
|
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → nmatsakis
Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8396623 -
Flags: review?(shu)
Updated•9 years ago
|
Attachment #8396623 -
Flags: review?(shu) → review+
Assignee | ||
Comment 2•9 years ago
|
||
Try run: https://tbpl.mozilla.org/?tree=Try&rev=8933361e87c6
Assignee | ||
Comment 3•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/495ba6baa9fb
https://hg.mozilla.org/mozilla-central/rev/495ba6baa9fb
Status: NEW → 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
•