[Webkit-unassigned] [Bug 231304] New: Add a configurable wake up message hysteresis to IPC::StreamClientConnection

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 6 10:21:27 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=231304

            Bug ID: 231304
           Summary: Add a configurable wake up message hysteresis to
                    IPC::StreamClientConnection
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: wenson_hsieh at apple.com
                CC: kkinnunen at apple.com

Make it possible to avoid sending the wakeup message in StreamClientConnection, until some configurable number of messages have been queued up. This allows us to avoid triggering excessive wakeups in the GPU Process when using streaming IPC for display lists in the Canvas Lines subtest in MotionMark, which exercises sending a massive, constant stream of cheap drawing commands to the GPUP.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20211006/dcc789e6/attachment-0001.htm>


More information about the webkit-unassigned mailing list