Bug 240890 - Make every LLInt asm global label an alt entry.
Summary: Make every LLInt asm global label an alt entry.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-05-24 16:01 PDT by Mark Lam
Modified: 2022-05-24 20:32 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2022-05-24 16:01:53 PDT
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.
Comment 1 Mark Lam 2022-05-24 16:46:29 PDT
Pull request: https://github.com/WebKit/WebKit/pull/995
Comment 2 EWS 2022-05-24 20:31:43 PDT
Committed r294786 (250945@main): <https://commits.webkit.org/250945@main>

Reviewed commits have been landed. Closing PR #995 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2022-05-24 20:32:14 PDT
<rdar://problem/93876364>