[webkit-changes] [WebKit/WebKit] 4ea949: Use X86_64 and C_LOOP OFFLINE_ASM_BACKEND on Windows

Ian noreply at github.com
Tue Aug 6 13:24:28 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 4ea94907744054ceeb438f3632368399a95bc0dc
      https://github.com/WebKit/WebKit/commit/4ea94907744054ceeb438f3632368399a95bc0dc
  Author: Ian Grunert <ian.grunert at gmail.com>
  Date:   2024-08-06 (Tue, 06 Aug 2024)

  Changed paths:
    M Source/JavaScriptCore/CMakeLists.txt
    M Source/JavaScriptCore/llint/LLIntOfflineAsmConfig.h
    M Source/JavaScriptCore/llint/LowLevelInterpreter.asm
    M Source/JavaScriptCore/llint/LowLevelInterpreter32_64.asm
    M Source/JavaScriptCore/llint/LowLevelInterpreter64.asm
    M Source/JavaScriptCore/llint/WebAssembly.asm
    M Source/JavaScriptCore/llint/WebAssembly64.asm
    M Source/JavaScriptCore/offlineasm/asm.rb
    M Source/JavaScriptCore/offlineasm/backends.rb
    M Source/JavaScriptCore/offlineasm/cloop.rb
    M Source/JavaScriptCore/offlineasm/x86.rb
    M Source/JavaScriptCore/wasm/js/JSToWasm.cpp

  Log Message:
  -----------
  Use X86_64 and C_LOOP OFFLINE_ASM_BACKEND on Windows
https://bugs.webkit.org/show_bug.cgi?id=277631

Reviewed by Yusuke Suzuki.

By using the X86_64 and C_LOOP backends on Windows and getting rid of
X86_64_WIN and C_LOOP_WIN, it helps prevent regressions caused by
forgetting to add "or X86_64_WIN" and "or C_LOOP_WIN" everywhere.

* Source/JavaScriptCore/CMakeLists.txt:
* Source/JavaScriptCore/llint/LLIntOfflineAsmConfig.h:
* Source/JavaScriptCore/llint/LowLevelInterpreter.asm:
* Source/JavaScriptCore/llint/LowLevelInterpreter32_64.asm:
* Source/JavaScriptCore/llint/LowLevelInterpreter64.asm:
* Source/JavaScriptCore/llint/WebAssembly.asm:
* Source/JavaScriptCore/llint/WebAssembly64.asm:
* Source/JavaScriptCore/offlineasm/asm.rb:
* Source/JavaScriptCore/offlineasm/backends.rb:
* Source/JavaScriptCore/offlineasm/cloop.rb:
* Source/JavaScriptCore/offlineasm/x86.rb:
* Source/JavaScriptCore/wasm/js/JSToWasm.cpp:
(JSC::Wasm::createJSToWasmJITInterpreter):

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