-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New opportunistic CFRunLoop order #47020
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
webkit-commit-queue
merged 1 commit into
WebKit:main
from
Andrew-Fryer:new_opportunistic_CFRunLoop_order
Jun 27, 2025
Merged
New opportunistic CFRunLoop order #47020
webkit-commit-queue
merged 1 commit into
WebKit:main
from
Andrew-Fryer:new_opportunistic_CFRunLoop_order
Jun 27, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
EWS run on previous version of this PR (hash 373c97c) |
373c97c
to
d54c180
Compare
EWS run on current version of this PR (hash d54c180) |
whsieh
approved these changes
Jun 25, 2025
Safe-Merge-Queue: Build #61511. |
https://bugs.webkit.org/show_bug.cgi?id=294792 rdar://153964471 Reviewed by Wenson Hsieh. Give OpportunisticTaskScheduler a higher CFRunLoop order than anything else so that it is the last thing to run before sleeping. * Source/WebCore/page/OpportunisticTaskScheduler.cpp: (WebCore::OpportunisticTaskScheduler::OpportunisticTaskScheduler): (WebCore::OpportunisticTaskScheduler::rescheduleIfNeeded): (WebCore::OpportunisticTaskScheduler::FullGCActivityCallback::FullGCActivityCallback): * Source/WebCore/platform/RunLoopObserver.h: * Source/WebCore/platform/cf/RunLoopObserverCF.cpp: (WebCore::cfRunLoopOrder): Canonical link: https://commits.webkit.org/296692@main
d54c180
to
91bd7b8
Compare
Committed 296692@main (91bd7b8): https://commits.webkit.org/296692@main Reviewed commits have been landed. Closing PR #47020 and removing active labels. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
New Bugs
Unclassified bugs are placed in this component until the correct component can be determined.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
91bd7b8
d54c180