[webkit-changes] [WebKit/WebKit] 91262b: [JSC] Use simde for find16, 32, 64 functions

Yusuke Suzuki noreply at github.com
Fri May 10 16:56:21 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 91262be0cb68c36ed872eeedeed6db12b821e211
      https://github.com/WebKit/WebKit/commit/91262be0cb68c36ed872eeedeed6db12b821e211
  Author: Yusuke Suzuki <ysuzuki at apple.com>
  Date:   2024-05-10 (Fri, 10 May 2024)

  Changed paths:
    M Source/WTF/wtf/SIMDHelpers.h
    M Source/WTF/wtf/text/StringCommon.cpp
    M Source/WTF/wtf/text/StringCommon.h

  Log Message:
  -----------
  [JSC] Use simde for find16,32,64 functions
https://bugs.webkit.org/show_bug.cgi?id=273849
rdar://127701822

Reviewed by Mark Lam.

This patch starts using simde for find16 / find32 / find64 implementations.
And we also use a slightly different approach so that we no longer need to access to out-of-ASAN region (but still within page boundary).
So we can remove SUPPRESS_ASAN. And we also use the same code for x64 too.

* Source/WTF/wtf/text/StringCommon.cpp:
(WTF::find16AlignedImpl): Deleted.
(WTF::find32AlignedImpl): Deleted.
(WTF::find64AlignedImpl): Deleted.
* Source/WTF/wtf/text/StringCommon.h:

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list