Bug 72874 - JSC lacks a disassembler
Summary: JSC lacks a disassembler
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-21 05:50 PST by Andy Wingo
Modified: 2011-11-21 12:29 PST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andy Wingo 2011-11-21 05:50:37 PST
Sometimes it would be useful to have JSC produce an annotated disassembly, for example to correlate DFG nodes to the the assembly output.  JSC currently does not have the infrastructure for this.

One option would be to import V8's disassembler.  Mozilla might have something, too.