[webkit-changes] [WebKit/WebKit] 96d0ed: [JSC] Reduce maxPolymorphicCallVariantListSize fro...

Yusuke Suzuki noreply at github.com
Tue Jan 16 16:45:37 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 96d0ed7155ce467245cfcd3484375e00bacac5f7
      https://github.com/WebKit/WebKit/commit/96d0ed7155ce467245cfcd3484375e00bacac5f7
  Author: Yusuke Suzuki <ysuzuki at apple.com>
  Date:   2024-01-16 (Tue, 16 Jan 2024)

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

  Log Message:
  -----------
  [JSC] Reduce maxPolymorphicCallVariantListSize from 15 to 8
https://bugs.webkit.org/show_bug.cgi?id=267609
rdar://121078079

Reviewed by Mark Lam.

This patch reduces maxPolymorphicCallVariantListSize from 15 to 8 based on the measurement.
It does not make sense to list up 15 candidates. 8 is enough.

* Source/JavaScriptCore/runtime/OptionsList.h:

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




More information about the webkit-changes mailing list