Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 31f35870966c055d8ffb5cac2be896174cd513c1
      
https://github.com/WebKit/WebKit/commit/31f35870966c055d8ffb5cac2be896174cd513c1
  Author: Yusuke Suzuki <[email protected]>
  Date:   2026-08-15 (Sat, 15 Aug 2026)

  Changed paths:
    M Source/JavaScriptCore/b3/B3Operations.cpp

  Log Message:
  -----------
  [JSC] Add small-sized fast fill before memset in operationMemoryFill
https://bugs.webkit.org/show_bug.cgi?id=321850
rdar://185002028

Reviewed by Justin Michaud.

As the same to 319202@main, we do inlined small-sized memset in
operationMemoryFill function before calling memset.
We do not do the same to MemoryCopy about paired approach as using FPR
etc. would be costly in filling case than copying case.

* Source/JavaScriptCore/b3/B3Operations.cpp:
(JSC::B3::JSC_DEFINE_NOEXCEPT_JIT_OPERATION):

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



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

Reply via email to