[webkit-changes] [WebKit/WebKit] 8ada40: [JSC] Heap: cleanup if (false) verbose logging
Dan Hecht
noreply at github.com
Wed Sep 11 15:29:13 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 8ada40f7f3ddaf48a5735a49f43b94b607fb035e
https://github.com/WebKit/WebKit/commit/8ada40f7f3ddaf48a5735a49f43b94b607fb035e
Author: Dan Hecht <dan.hecht at apple.com>
Date: 2024-09-11 (Wed, 11 Sep 2024)
Changed paths:
M Source/JavaScriptCore/heap/Heap.cpp
Log Message:
-----------
[JSC] Heap: cleanup if (false) verbose logging
https://bugs.webkit.org/show_bug.cgi?id=279520
rdar://135810131
Reviewed by Yusuke Suzuki and Keith Miller.
Makes it easier to toggle this verbose logging (and quiets
some warnings in my editor).
* Source/JavaScriptCore/heap/Heap.cpp:
(JSC::Heap::shouldCollectInCollectorThread):
(JSC::Heap::runCurrentPhase):
(JSC::Heap::runEndPhase):
(JSC::Heap::finishChangingPhase):
(JSC::Heap::stopTheMutator):
(JSC::Heap::resumeTheMutator):
(JSC::Heap::acquireAccessSlow):
(JSC::Heap::finishRelinquishingConn):
(JSC::Heap::requestCollection):
Canonical link: https://commits.webkit.org/283503@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list