[webkit-changes] [WebKit/WebKit] 8f7373: WebGL tests are slow in debug due to sync IPC repl...

Kimmo Kinnunen noreply at github.com
Wed Dec 14 02:47:50 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 8f7373eda214f9130d7c1144266ec95d35658851
      https://github.com/WebKit/WebKit/commit/8f7373eda214f9130d7c1144266ec95d35658851
  Author: Kimmo Kinnunen <kkinnunen at apple.com>
  Date:   2022-12-14 (Wed, 14 Dec 2022)

  Changed paths:
    M Source/WebKit/Platform/IPC/HandleMessage.h

  Log Message:
  -----------
  WebGL tests are slow in debug due to sync IPC reply logging even when disabled
https://bugs.webkit.org/show_bug.cgi?id=249219
rdar://problem/103298421

Reviewed by Cameron McCormack.

When replying to a IPC sync message, do not construct log TextStream if the
logging channel is disabled.

Speeds up Debug build webgl/2.0.y/conformance2/state/gl-object-get-calls.html
with  WebGL GPUP. This test does a lot of sync messages.

* Source/WebKit/Platform/IPC/HandleMessage.h:
(IPC::logReply):

Canonical link: https://commits.webkit.org/257842@main




More information about the webkit-changes mailing list