Closed
Bug 1578466
Opened 6 years ago
Closed 6 years ago
Refactor duplicate GC logic to check whether we reached one of our thresholds
Categories
(Core :: JavaScript: GC, task, P3)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
mozilla71
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: jonco, Assigned: jonco)
Details
Attachments
(1 file)
The code in GCRuntime::maybeAllocTriggerZoneGC and maybeMallocTriggerZoneGC to check whether we passed a threshould and need to do a GC is pretty similar in both cases. It would be great to factor this out. (Also, I hate these names but that's for another bug.)
Assignee | ||
Comment 1•6 years ago
|
||
Pushed by jcoppeard@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/18f2350a42d7
Refactor logic to check whether a GC threshold has been reached to reduce duplication r=sfink
Comment 3•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
You need to log in
before you can comment on or make changes to this bug.
Description
•