[webkit-changes] [WebKit/WebKit] be51d0: [JSC] Use offlineasm globl to ensure that all entr...

Yusuke Suzuki noreply at github.com
Thu Feb 15 21:22:08 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: be51d0725a2ceb5bc1b5f2dd81b514610b925d84
      https://github.com/WebKit/WebKit/commit/be51d0725a2ceb5bc1b5f2dd81b514610b925d84
  Author: Yusuke Suzuki <ysuzuki at apple.com>
  Date:   2024-02-15 (Thu, 15 Feb 2024)

  Changed paths:
    M Source/JavaScriptCore/llint/LowLevelInterpreter.asm

  Log Message:
  -----------
  [JSC] Use offlineasm globl to ensure that all entries have alt_entry
https://bugs.webkit.org/show_bug.cgi?id=269534
rdar://122525586

Reviewed by Justin Michaud.

We found that vmEntryToCSSJIT and vmEntryToCSSJITAfter are not having alt_entry properly since it is not using offlineasm globl.
This allowed LLInt code shuffled by linkers when alt_entry is used, which breaks many assumptions. This patch fixes it.

* Source/JavaScriptCore/llint/LowLevelInterpreter.asm:

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




More information about the webkit-changes mailing list