Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 3b0d86128f13a11f2e5e31c6fc441426b28aa089
https://github.com/WebKit/WebKit/commit/3b0d86128f13a11f2e5e31c6fc441426b28aa089
Author: Yusuke Suzuki <[email protected]>
Date: 2025-04-06 (Sun, 06 Apr 2025)
Changed paths:
M Source/JavaScriptCore/assembler/PerfLog.cpp
M Source/JavaScriptCore/assembler/PerfLog.h
M Source/JavaScriptCore/runtime/JSGlobalObject.cpp
M Source/JavaScriptCore/runtime/ProfilerSupport.cpp
M Source/JavaScriptCore/runtime/ProfilerSupport.h
Log Message:
-----------
[JSC] Generate text markers from non main thread
https://bugs.webkit.org/show_bug.cgi?id=291158
rdar://148683401
Reviewed by Keith Miller.
This patch moves WorkQueue for various perf logging to ProfilerSupport,
and use this WorkQueue for JITDump and TextMarkers generation.
* Source/JavaScriptCore/assembler/PerfLog.cpp:
(JSC::PerfLog::PerfLog):
(JSC::PerfLog::log):
* Source/JavaScriptCore/assembler/PerfLog.h:
* Source/JavaScriptCore/runtime/JSGlobalObject.cpp:
(JSC::JSGlobalObject::startSignpost):
(JSC::JSGlobalObject::stopSignpost):
* Source/JavaScriptCore/runtime/ProfilerSupport.cpp:
(JSC::ProfilerSupport::ProfilerSupport):
(JSC::ProfilerSupport::write):
(JSC::ProfilerSupport::markStart):
(JSC::ProfilerSupport::markEnd):
(JSC::ProfilerSupport::mark):
(JSC::write): Deleted.
* Source/JavaScriptCore/runtime/ProfilerSupport.h:
(JSC::ProfilerSupport::queue):
Canonical link: https://commits.webkit.org/293329@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes