[webkit-changes] [WebKit/WebKit] 7e5881: Idle sweeping should not schedule a timer callback...
Commit Queue
noreply at github.com
Sat Jul 8 17:45:21 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7e5881c7a9e7e48b5e1addda9eb77fb890847a8c
https://github.com/WebKit/WebKit/commit/7e5881c7a9e7e48b5e1addda9eb77fb890847a8c
Author: Mark Lam <mark.lam at apple.com>
Date: 2023-07-08 (Sat, 08 Jul 2023)
Changed paths:
M Source/JavaScriptCore/heap/IncrementalSweeper.cpp
Log Message:
-----------
Idle sweeping should not schedule a timer callback for more sweeping.
https://bugs.webkit.org/show_bug.cgi?id=259023
rdar://111962239
Reviewed by Wenson Hsieh.
Idle time work should only do work during idle time. Starting a timer as we come out of
idle will add work that contends with non-idle activity.
* Source/JavaScriptCore/heap/IncrementalSweeper.cpp:
(JSC::IncrementalSweeper::doSweep):
Canonical link: https://commits.webkit.org/265884@main
More information about the webkit-changes
mailing list