[webkit-changes] [WebKit/WebKit] ed761c: [JSC] Use std::span::data in super hot function

Yusuke Suzuki noreply at github.com
Tue May 7 18:54:44 PDT 2024


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

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

  Log Message:
  -----------
  [JSC] Use std::span::data in super hot function
https://bugs.webkit.org/show_bug.cgi?id=273852
rdar://127703218

Reviewed by Keith Miller.

With 277836 at main and 278441 at main, we observed large regression in JetStream2/cdjs.
This patch attempts to recover that regression.

* Source/JavaScriptCore/runtime/IntlObjectInlines.h:
(JSC::compareASCIIWithUCADUCETLevel3):
(JSC::compareASCIIWithUCADUCET):

Canonical link: https://commits.webkit.org/278486@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