[webkit-changes] [WebKit/WebKit] 98e937: [JSC] Enable alt_entry for newer SDKs

Yusuke Suzuki noreply at github.com
Thu Jan 18 16:33:54 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 98e9371e3509024b69c6ee37282a0fa3213c64fb
      https://github.com/WebKit/WebKit/commit/98e9371e3509024b69c6ee37282a0fa3213c64fb
  Author: Yusuke Suzuki <ysuzuki at apple.com>
  Date:   2024-01-18 (Thu, 18 Jan 2024)

  Changed paths:
    M Source/JavaScriptCore/llint/LowLevelInterpreter.cpp
    M Source/WTF/wtf/PlatformEnable.h

  Log Message:
  -----------
  [JSC] Enable alt_entry for newer SDKs
https://bugs.webkit.org/show_bug.cgi?id=267055
rdar://120431675

Reviewed by Justin Michaud.

According to rdar://96556827, newer SDKs should fix linking issues with alt_entry.
This patch attempts to enable it.

* Source/JavaScriptCore/llint/LowLevelInterpreter.cpp:
* Source/WTF/wtf/PlatformEnable.h:

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




More information about the webkit-changes mailing list