Closed
Bug 1686774
Opened 5 years ago
Closed 5 years ago
Simplify zeal conditions and logging
Categories
(Core :: JavaScript: GC, enhancement, P3)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
86 Branch
Tracking | Status | |
---|---|---|
firefox86 | --- | fixed |
People
(Reporter: jonco, Assigned: jonco)
References
Details
Attachments
(2 files)
This bug is for a couple of minor simplifications I spotted while working on other things.
Assignee | ||
Comment 1•5 years ago
|
||
|useZeal| already depends on whether the original budget is unlimited so the checks for |isIncremental| are unnecessary. This also makes a couple of other simplifications.
Assignee | ||
Comment 2•5 years ago
|
||
Rename the logging method to just 'log' and take some some printing code out of line.
Depends on D101893
Pushed by jcoppeard@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/877314ab280b
Simplify GC zeal conditions r=sfink
https://hg.mozilla.org/integration/autoland/rev/95ffbba7dc9a
Simplify GC logging r=sfink
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/877314ab280b
https://hg.mozilla.org/mozilla-central/rev/95ffbba7dc9a
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox86:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•