Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 18f50a6105512b7ba4abaa5a80493cdd9c8f97bd
      
https://github.com/WebKit/WebKit/commit/18f50a6105512b7ba4abaa5a80493cdd9c8f97bd
  Author: Brady Eidson <beid...@apple.com>
  Date:   2024-04-26 (Fri, 26 Apr 2024)

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

  Log Message:
  -----------
  Form of Connection::send() that grabs the s_connectionMapLock lock should not 
hold the lock for the entire duration of the message send
rdar://126915951

Reviewed by Chris Dumez.

Message sends can take awhile. Especially if they're on a low priority 
background thread, and on a system under pressure.
Holding this lock for longer than necessary can be hazardous to other, higher 
priority threads.
So let's stop doing that.

* Source/WebKit/Platform/IPC/Connection.h:
(IPC::Connection::send):

Canonical link: https://commits.webkit.org/278072@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

Reply via email to