[webkit-changes] [WebKit/WebKit] 58021e: Restore missing CommonIdentifiers to avoid memory ...

Keith Miller noreply at github.com
Tue Jul 11 15:05:29 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 58021e6dc89cc38cc40c7e9bab8afb23c7ca8fd7
      https://github.com/WebKit/WebKit/commit/58021e6dc89cc38cc40c7e9bab8afb23c7ca8fd7
  Author: Keith Miller <keith_miller at apple.com>
  Date:   2023-07-11 (Tue, 11 Jul 2023)

  Changed paths:
    M Source/JavaScriptCore/runtime/CommonIdentifiers.h

  Log Message:
  -----------
  Restore missing CommonIdentifiers to avoid memory regression
https://bugs.webkit.org/show_bug.cgi?id=259118
rdar://111588835

Reviewed by Yusuke Suzuki.

For some reason, removing these unused common identifiers resulted in a .8% RAMification regression. This patch restores the removed identifiers to avoid this regression. Original change was https://commits.webkit.org/265586@main

* Source/JavaScriptCore/runtime/CommonIdentifiers.h:

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




More information about the webkit-changes mailing list