[webkit-changes] [WebKit/WebKit] 0d6c0e: Reduce allocation and deallocation in AXCoreObject...

Darin Adler noreply at github.com
Fri Oct 18 17:38:22 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 0d6c0e3075ab65448c3731b132c99f47da4faa4a
      https://github.com/WebKit/WebKit/commit/0d6c0e3075ab65448c3731b132c99f47da4faa4a
  Author: Darin Adler <darin at apple.com>
  Date:   2024-10-18 (Fri, 18 Oct 2024)

  Changed paths:
    M Source/WebCore/accessibility/AXCoreObject.cpp

  Log Message:
  -----------
  Reduce allocation and deallocation in AXCoreObject::value
https://bugs.webkit.org/show_bug.cgi?id=281777
rdar://138208818

Reviewed by Darin Adler and Tyler Wilcock.

This should allocate a lot less string objects that then get
deallocated.

* Source/WebCore/accessibility/AXCoreObject.cpp:
(WebCore::AXCoreObject::value):

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list