[webkit-changes] [WebKit/WebKit] e2eaee: Fix CLoop builds after unified files shifted.

Commit Queue noreply at github.com
Mon Dec 11 14:57:51 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e2eaee3149c8939cdcb60d2ff2454f2502b8319c
      https://github.com/WebKit/WebKit/commit/e2eaee3149c8939cdcb60d2ff2454f2502b8319c
  Author: Mark Lam <mark.lam at apple.com>
  Date:   2023-12-11 (Mon, 11 Dec 2023)

  Changed paths:
    M Source/JavaScriptCore/assembler/CPU.h
    M Source/JavaScriptCore/interpreter/Interpreter.cpp
    M Source/JavaScriptCore/llint/LLIntData.cpp
    M Source/JavaScriptCore/llint/LLIntEntrypoint.cpp
    M Source/JavaScriptCore/llint/LLIntThunks.h
    M Source/JavaScriptCore/runtime/Gate.h
    M Source/WebCore/cssjit/SelectorCompiler.cpp
    M Source/WebCore/cssjit/SelectorCompiler.h

  Log Message:
  -----------
  Fix CLoop builds after unified files shifted.
https://bugs.webkit.org/show_bug.cgi?id=266233
rdar://119499963

Reviewed by Michael Saboff and Justin Michaud.

Tested on ARM64: builds and runs.
ARM64E builds, but is expected to not run.  CLoop has never been supported on ARM64E yet.

* Source/JavaScriptCore/assembler/CPU.h:
* Source/JavaScriptCore/interpreter/Interpreter.cpp:
* Source/JavaScriptCore/llint/LLIntData.cpp:
* Source/JavaScriptCore/llint/LLIntEntrypoint.cpp:
(JSC::LLInt::setFunctionEntrypoint):
(JSC::LLInt::setEvalEntrypoint):
(JSC::LLInt::setProgramEntrypoint):
(JSC::LLInt::setModuleProgramEntrypoint):
* Source/JavaScriptCore/llint/LLIntThunks.h:
* Source/JavaScriptCore/runtime/Gate.h:
* Source/WebCore/cssjit/SelectorCompiler.cpp:
(WebCore::SelectorCompiler::SelectorCodeGenerator::generateReturn):
* Source/WebCore/cssjit/SelectorCompiler.h:
(WebCore::SelectorCompiler::ruleCollectorSimpleSelectorChecker):
(WebCore::SelectorCompiler::querySelectorSimpleSelectorChecker):
(WebCore::SelectorCompiler::ruleCollectorSelectorCheckerWithCheckingContext):
(WebCore::SelectorCompiler::querySelectorSelectorCheckerWithCheckingContext):

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




More information about the webkit-changes mailing list