Bug 103010 - It should be possible to say disassemble(stuff) instead of having to say if (!tryToDisassemble(stuff)) dataLog("I failed")
Summary: It should be possible to say disassemble(stuff) instead of having to say if (...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Filip Pizlo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-21 19:25 PST by Filip Pizlo
Modified: 2012-11-21 19:48 PST (History)
10 users (show)

See Also:


Attachments
the patch (12.72 KB, patch)
2012-11-21 19:33 PST, Filip Pizlo
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Pizlo 2012-11-21 19:25:20 PST
We should have a default "disassembler" that just prints the instruction ranges.
Comment 1 Filip Pizlo 2012-11-21 19:33:52 PST
Created attachment 175569 [details]
the patch
Comment 2 Filip Pizlo 2012-11-21 19:48:10 PST
Landed in http://trac.webkit.org/changeset/135466