Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 32de67469bf09b776688dc566766da058f221286
      
https://github.com/WebKit/WebKit/commit/32de67469bf09b776688dc566766da058f221286
  Author: Yusuke Suzuki <[email protected]>
  Date:   2026-03-14 (Sat, 14 Mar 2026)

  Changed paths:
    M Source/JavaScriptCore/interpreter/CachedCallInlines.h
    M Source/JavaScriptCore/interpreter/Interpreter.h
    M Source/JavaScriptCore/interpreter/InterpreterInlines.h
    M Source/JavaScriptCore/interpreter/MicrotaskCallInlines.h
    M Source/JavaScriptCore/llint/LLIntThunks.h
    M Source/JavaScriptCore/llint/LowLevelInterpreter.asm
    M Source/JavaScriptCore/runtime/JSMicrotask.cpp

  Log Message:
  -----------
  [JSC] Support fast C++ -> JS calls in x64
https://bugs.webkit.org/show_bug.cgi?id=309926
rdar://172519516

Reviewed by Sosuke Suzuki.

Implement vmEntryToJavaScriptWith0Arguments - vmEntryToJavaScriptWith6Arguments
variants in x64 too. It is not super hard: t0 (rax) is not used for
argument registers, so we can easily use it for scratch register.

* Source/JavaScriptCore/interpreter/CachedCallInlines.h:
(JSC::CachedCall::callWithArguments):
* Source/JavaScriptCore/interpreter/Interpreter.h:
* Source/JavaScriptCore/interpreter/InterpreterInlines.h:
* Source/JavaScriptCore/interpreter/MicrotaskCallInlines.h:
(JSC::MicrotaskCall::tryCallWithArguments):
* Source/JavaScriptCore/llint/LLIntThunks.h:
* Source/JavaScriptCore/llint/LowLevelInterpreter.asm:
* Source/JavaScriptCore/runtime/JSMicrotask.cpp:
(JSC::callMicrotask):

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



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

Reply via email to