[webkit-changes] [WebKit/WebKit] 8e3653: [JSC] Ensure using CLoop for x86 (32bit)

Yusuke Suzuki noreply at github.com
Tue May 21 01:54:27 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 8e3653b4aa0925ff6af4e597baed64faa7c49d9e
      https://github.com/WebKit/WebKit/commit/8e3653b4aa0925ff6af4e597baed64faa7c49d9e
  Author: Yusuke Suzuki <ysuzuki at apple.com>
  Date:   2024-05-21 (Tue, 21 May 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/offlineasm/backends.rb
    M Source/JavaScriptCore/offlineasm/x86.rb
    M Source/cmake/WebKitFeatures.cmake

  Log Message:
  -----------
  [JSC] Ensure using CLoop for x86 (32bit)
https://bugs.webkit.org/show_bug.cgi?id=274452
rdar://128449662

Reviewed by Ross Kirsling.

This patch ensures that CLoop is enabled on x86 (32bit) and dropping asm LLInt support.

* Source/JavaScriptCore/CMakeLists.txt:
* Source/JavaScriptCore/llint/LLIntOfflineAsmConfig.h:
* Source/JavaScriptCore/llint/LowLevelInterpreter.asm:
* Source/JavaScriptCore/llint/LowLevelInterpreter32_64.asm:
* Source/JavaScriptCore/offlineasm/backends.rb:
* Source/JavaScriptCore/offlineasm/x86.rb:
* Source/cmake/WebKitFeatures.cmake:

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