Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 231b11ba44d615ceb82af662bec19e93b4434391
      
https://github.com/WebKit/WebKit/commit/231b11ba44d615ceb82af662bec19e93b4434391
  Author: Mark Lam <[email protected]>
  Date:   2025-10-28 (Tue, 28 Oct 2025)

  Changed paths:
    M Source/JavaScriptCore/Configurations/AllowedSPI.toml
    M Source/JavaScriptCore/llint/InPlaceInterpreter64.asm
    M Source/JavaScriptCore/llint/LLIntData.cpp
    M Source/JavaScriptCore/llint/LLIntData.h
    M Source/JavaScriptCore/llint/LowLevelInterpreter.asm

  Log Message:
  -----------
  Use os_script_config_storage if available.
https://bugs.webkit.org/show_bug.cgi?id=301535
rdar://162104755

Reviewed by Yijia Huang.

If the SDK provides a os_script_config_storage, use that instead of allocating 
our own.
Otherwise, allocate our own as a fallback for SDKs that don't provide it.

No new tests because this does not change runtime behavior.  It only changes 
where JSC's
opcode config storage is allocated from.

* Source/JavaScriptCore/Configurations/AllowedSPI.toml:
* Source/JavaScriptCore/llint/InPlaceInterpreter64.asm:
* Source/JavaScriptCore/llint/LLIntData.cpp:
(JSC::LLInt::initialize):
* Source/JavaScriptCore/llint/LLIntData.h:
(JSC::LLInt::addressOfOpcodeConfig):
* Source/JavaScriptCore/llint/LowLevelInterpreter.asm:

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



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

Reply via email to