Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 3133ed04433dd1b30ac649348750e7a17fa888e7 https://github.com/WebKit/WebKit/commit/3133ed04433dd1b30ac649348750e7a17fa888e7 Author: Kimmo Kinnunen <kkinnu...@apple.com> Date: 2025-04-14 (Mon, 14 Apr 2025)
Changed paths: M Source/WebKit/Platform/IPC/StreamClientConnection.h Log Message: ----------- GPUP: Frequent StrokeLine* blocks on connection semaphore signal https://bugs.webkit.org/show_bug.cgi?id=290987 rdar://148507347 Reviewed by Simon Fraser. Batched items are relatively simple to send and process, and currently there are not too many types of them. Increase the limit to 100 items before flushing. Fixes cases where frequent line drawing slows WebContent process down due to the semaphore signal. * Source/WebKit/Platform/IPC/StreamClientConnection.h: Canonical link: https://commits.webkit.org/293675@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes