Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 2c57997e4a9b602a17c9c2a3f3dd1c399787d001
      
https://github.com/WebKit/WebKit/commit/2c57997e4a9b602a17c9c2a3f3dd1c399787d001
  Author: Yusuke Suzuki <ysuz...@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


_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to