[webkit-changes] [WebKit/WebKit] 81e1f7: [JSC] Simplify custom setter ByVal handlers

Yusuke Suzuki noreply at github.com
Wed Jun 26 18:15:28 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 81e1f7c72558da318df48f52edf3797d507a2c76
      https://github.com/WebKit/WebKit/commit/81e1f7c72558da318df48f52edf3797d507a2c76
  Author: Yusuke Suzuki <ysuzuki at apple.com>
  Date:   2024-06-26 (Wed, 26 Jun 2024)

  Changed paths:
    M Source/JavaScriptCore/bytecode/InlineCacheCompiler.cpp

  Log Message:
  -----------
  [JSC] Simplify custom setter ByVal handlers
https://bugs.webkit.org/show_bug.cgi?id=275927
rdar://problem/130627720

Reviewed by Yijia Huang and Alexey Shvayka.

For this handler, we do not need to use ScratchRegisterAllocator. So we remove this need.

* Source/JavaScriptCore/bytecode/InlineCacheCompiler.cpp:
(JSC::putByValCustomHandlerImpl):

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