Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: be51d0725a2ceb5bc1b5f2dd81b514610b925d84
      
https://github.com/WebKit/WebKit/commit/be51d0725a2ceb5bc1b5f2dd81b514610b925d84
  Author: Yusuke Suzuki <[email protected]>
  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


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to