Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e5cc0aa4ae3847781b7677158f5b241bb1a3d072
https://github.com/WebKit/WebKit/commit/e5cc0aa4ae3847781b7677158f5b241bb1a3d072
Author: Keith Miller <[email protected]>
Date: 2026-02-23 (Mon, 23 Feb 2026)
Changed paths:
M Source/JavaScriptCore/jsc.cpp
Log Message:
-----------
[JSC] CLI should dump disassembly when `-d` option is passed
https://bugs.webkit.org/show_bug.cgi?id=308323
rdar://170823171
Reviewed by Dan Hecht.
When debugging it's useful to have a single letter option to get the
disassembly. I, at least, almost never just want the bytecode by itself
especially when the JITs are enabled. This change adds disassembly
dumping when `-d` is passed to the CLI in addition to the bytecode
dumping.
There was also an unrelated dump of the script result value when -d was
passed. I don't know of anyone using that so I removed it.
No new tests, just a debug option change.
Canonical link: https://commits.webkit.org/308047@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications