[webkit-changes] [WebKit/WebKit] fa6272: Cherry-pick 260550 at main (c9e0b19e65ac). https://bu...

Tadeu Zagallo noreply at github.com
Mon Feb 27 03:05:21 PST 2023


  Branch: refs/heads/webkitglib/2.40
  Home:   https://github.com/WebKit/WebKit
  Commit: fa62729cfbdcd04125da541ee3bdaba526eacc10
      https://github.com/WebKit/WebKit/commit/fa62729cfbdcd04125da541ee3bdaba526eacc10
  Author: Tadeu Zagallo <tzagallo at apple.com>
  Date:   2023-02-27 (Mon, 27 Feb 2023)

  Changed paths:
    M Source/WebCore/dom/EventListener.h

  Log Message:
  -----------
  Cherry-pick 260550 at main (c9e0b19e65ac). https://bugs.webkit.org/show_bug.cgi?id=252567

    [WebCore] Shrink EventListener
    https://bugs.webkit.org/show_bug.cgi?id=252567
    rdar://105679210

    Reviewed by Chris Dumez.

    Reduce the size of `WebCore::EventListener` from 32 to 24 bytes by reordering
    the super classes and reducing the size of the `Type` enum. This in turn reduces
    the size of `JSEventListener` to 48 bytes, bringing it to next size class down.

    * Source/WebCore/dom/EventListener.h:

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




More information about the webkit-changes mailing list