Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Use dladdr to get labels instead of stashing them in the JITOperation…
…Annotation. https://bugs.webkit.org/show_bug.cgi?id=240895 Reviewed by Saam Barati. 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. * Source/JavaScriptCore/assembler/JITOperationList.cpp: (JSC::JITOperationList::addDisassemblyLabels): * Source/JavaScriptCore/assembler/JITOperationValidation.h: * Source/WTF/wtf/PlatformCallingConventions.h: * Source/WTF/wtf/PlatformEnable.h: Canonical link: https://commits.webkit.org/250947@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@294788 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
4 changed files
with
21 additions
and
21 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
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
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
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