Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 369f99650c8e95ffd4353fceec54a1cd674dd992
https://github.com/WebKit/WebKit/commit/369f99650c8e95ffd4353fceec54a1cd674dd992
Author: Yijia Huang <[email protected]>
Date: 2026-02-26 (Thu, 26 Feb 2026)
Changed paths:
M Source/JavaScriptCore/dfg/DFGCFAPhase.cpp
M Source/JavaScriptCore/dfg/DFGCommon.h
M Source/JavaScriptCore/dfg/DFGGraph.h
M Source/JavaScriptCore/dfg/DFGPhase.cpp
M Source/JavaScriptCore/runtime/OptionsList.h
Log Message:
-----------
[JSC] Add dumpGraphAllowlist option to filter DFG graph dumps by function
https://bugs.webkit.org/show_bug.cgi?id=308668
rdar://171203317
Reviewed by Yusuke Suzuki.
Add a new JSC option `dumpGraphAllowlist` that gates DFG graph dumping to only
functions matching the allowlist. Unlike dfgAllowlist/ftlAllowlist, it does
not restrict JIT compilation — it only reduces dump output, making
dumpGraphAtEachPhase/dumpDFGGraphAtEachPhase/dumpDFGFTLGraphAtEachPhase
practical on large apps where an unrestricted dump would be overwhelming.
Canonical link: https://commits.webkit.org/308269@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications