Bug 240895 - Use dladdr to get labels instead of stashing them in the JITOperationAnnotation.
Summary: Use dladdr to get labels instead of stashing them in the JITOperationAnnotation.
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 18:35 PDT by Mark Lam
Modified: 2022-05-24 21:45 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 18:35:48 PDT
We no longer need to stash these label strings in the JITOperationAnnotations.

This change also fixes an ASAN crasher.  As such, we can re-enable ENABLE(JIT_OPERATION_DISASSEMBLY) even when ASAN_ENABLED.
Comment 1 Mark Lam 2022-05-24 18:47:59 PDT
Pull request: https://github.com/WebKit/WebKit/pull/1000
Comment 2 EWS 2022-05-24 21:44:19 PDT
Committed r294788 (250947@main): <https://commits.webkit.org/250947@main>

Reviewed commits have been landed. Closing PR #1000 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2022-05-24 21:45:15 PDT
<rdar://problem/93878958>