Bug 240881

Summary: Use the Clang .alt_entry directive to allow use of global labels in LLInt asm.
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: Mark Lam <mark.lam>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Mark Lam
Reported 2022-05-24 13:48:58 PDT
With this, debugging LLInt code will be easier. LLInt code will no longer all be at an offset from vmEntryToJavaScript. They will instead be broken up into different sections under human readable labels. Secondly, crash traces of LLInt crashes will now be able to tell us give us the nearest label, as opposed to everything being an offset from vmEntryToJavaScript.
Attachments
Mark Lam
Comment 1 2022-05-24 13:59:31 PDT
EWS
Comment 2 2022-05-24 14:56:36 PDT
Committed r294768 (250933@main): <https://commits.webkit.org/250933@main> Reviewed commits have been landed. Closing PR #981 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2022-05-24 14:57:14 PDT
Note You need to log in before you can comment on or make changes to this bug.