[webkit-changes] [WebKit/WebKit] 2c5799: [JSC] Use SIMD fast find64 even in normal Array#in...

Yusuke Suzuki noreply at github.com
Mon Jul 24 18:51:35 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 2c57997e4a9b602a17c9c2a3f3dd1c399787d001
      https://github.com/WebKit/WebKit/commit/2c57997e4a9b602a17c9c2a3f3dd1c399787d001
  Author: Yusuke Suzuki <ysuzuki at apple.com>
  Date:   2023-07-24 (Mon, 24 Jul 2023)

  Changed paths:
    M Source/JavaScriptCore/runtime/ArrayPrototype.cpp

  Log Message:
  -----------
  [JSC] Use SIMD fast find64 even in normal Array#indexOf runtime function
https://bugs.webkit.org/show_bug.cgi?id=259463
rdar://112804277

Reviewed by Keith Miller and Mark Lam.

Let's just use find64 even in runtime function of Array#indexOf.
We already used this in DFG operations. We can improve startup time for lower tiers
by expanding this coverage.

* Source/JavaScriptCore/runtime/ArrayPrototype.cpp:
(JSC::fastIndexOf):

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




More information about the webkit-changes mailing list