Open
Bug 1857811
Opened 1 year ago
Updated 1 year ago
Consider to trigger the timer for GC slices significantly less often and use the computed budget for slices triggered by the js engine
Categories
(Core :: DOM: Copy & Paste and Drag & Drop, enhancement)
Core
DOM: Copy & Paste and Drag & Drop
Tracking
()
NEW
People
(Reporter: smaug, Assigned: smaug)
References
(Blocks 1 open bug)
Details
(Whiteboard: [sp3])
Attachments
(1 file)
Right now the timer for GC slices runs too often. Most of the slices are triggered during idle time, but some are coming from the timer and some from the JS engine. The timer may run when there isn't really need for a gc slice, so it would be better to rely more on JS engine's slices in those cases when there isn't enough idle time
Updated•1 year ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/SP3-602
Assignee | ||
Comment 1•1 year ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•