Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[Clang only] Make every LLInt asm global label an alt entry.
https://bugs.webkit.org/show_bug.cgi?id=240890 Reviewed by Yusuke Suzuki. This is needed to keep Clang from moving these labels around. For correctness, the AfterGate labels rely on themselves not being move from where they are declared in source asm code. We should enforce this with the .alt_entry directive. * Source/JavaScriptCore/llint/LowLevelInterpreter.cpp: Canonical link: https://commits.webkit.org/250945@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@294786 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
1 changed file
with
51 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters