[webkit-changes] [WebKit/WebKit] 033b6e: [JSC] Enable alt_entry for newer SDKs

Yusuke Suzuki noreply at github.com
Wed Jan 3 12:49:52 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 033b6e7dac0737e61b0757e465d13e9d6e6b991c
      https://github.com/WebKit/WebKit/commit/033b6e7dac0737e61b0757e465d13e9d6e6b991c
  Author: Yusuke Suzuki <ysuzuki at apple.com>
  Date:   2024-01-03 (Wed, 03 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:

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




More information about the webkit-changes mailing list