Closed
Bug 987912
Opened 12 years ago
Closed 12 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•12 years ago
|
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → nmatsakis
| Assignee | ||
Comment 1•12 years ago
|
||
Attachment #8396623 -
Flags: review?(shu)
Updated•12 years ago
|
Attachment #8396623 -
Flags: review?(shu) → review+
| Assignee | ||
Comment 2•12 years ago
|
||
| Assignee | ||
Comment 3•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla31
You need to log in
before you can comment on or make changes to this bug.
Description
•