Closed
Bug 1575801
Opened 1 year ago
Closed 1 year ago
Split out scheduling code into separate .cpp file
Categories
(Core :: JavaScript: GC, task, P3)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
mozilla70
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: jonco, Assigned: jonco)
Details
Attachments
(1 file)
Most of the classes defined in Scheduling.h have their methods defined in GC.cpp. This file is already way to large and these methods form some kind of logical unit, so let's move them to their own file.
Assignee | ||
Comment 1•1 year ago
|
||
This is just code motion, there shouldn't be any change to functionality.
Pushed by jcoppeard@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/102c2941cf64 Move all GC scheduling method definitions to new Scheduling.cpp file r=allstarschh
Comment 3•1 year ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
You need to log in
before you can comment on or make changes to this bug.
Description
•