Closed
Bug 1720906
Opened 4 years ago
Closed 4 years ago
Simplify recording of parallel task times
Categories
(Core :: JavaScript: GC, task, P3)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
92 Branch
| Tracking | Status | |
|---|---|---|
| firefox92 | --- | fixed |
People
(Reporter: jonco, Assigned: jonco)
Details
Attachments
(1 file)
Currently GCRuntime::joinTask almost duplicates GCParallelTask::joinWithLockHeld except for some extra code to record the time taken.
We should give GCParallelTask a PhaseKind and common up this code.
| Assignee | ||
Comment 1•4 years ago
|
||
Pushed by jcoppeard@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e7e916470a4a
Give GCParallelTask a PhaseKind and remove duplication in GCRuntime::joinTask r=sfink
Comment 3•4 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox92:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 92 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•