Open
Bug 1795627
Opened 2 years ago
Updated 2 years ago
Consider increasing the nesting limit for setTimeout clamping
Categories
(Core :: DOM: Core & HTML, enhancement)
Core
DOM: Core & HTML
Tracking
()
ASSIGNED
People
(Reporter: peterv, Assigned: peterv)
References
Details
(Whiteboard: [sp3])
Both WebKit [1] and Blink [2] are raising or have raised their limits as it seems to improve their Speedometer2 performance. The spec stil limits it to 5.
[1] https://bugs.webkit.org/show_bug.cgi?id=237168
[2] https://groups.google.com/a/chromium.org/g/blink-dev/c/ncLo1AMia5I/m/BNdp42V9AQAJ
Comment 1•2 years ago
•
|
||
I've tried this and I couldn't see difference in speedometer numbers, at least when run in CI.
But we could still consider doing this, both in the main thread and workers.
(I have some other setTimeout(,0) simplifications in https://phabricator.services.mozilla.com/D155841, but not sure how much I like all those)
Updated•2 years ago
|
Blocks: speedometer3
Updated•2 years ago
|
Whiteboard: [sp3]
Updated•2 years ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/SP3-41
Comment 2•2 years ago
|
||
Speedometer 3 is no longer affected by this, as far as I know.
No longer blocks: speedometer3
You need to log in
before you can comment on or make changes to this bug.
Description
•