Bug 103492

Summary: Disassembly methods should be able to disassemble to any PrintStream& rather than always using WTF::dataFile()
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Filip Pizlo <fpizlo>
Status: RESOLVED FIXED    
Severity: Normal CC: barraclough, ggaren, mark.lam, mhahnenberg, msaboff, oliver, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 103009    
Bug Blocks: 102999    
Attachments:
Description Flags
work in progress
none
the patch mhahnenberg: review+

Description Filip Pizlo 2012-11-28 00:59:25 PST
Patch forthcoming.
Comment 1 Filip Pizlo 2012-11-28 01:06:11 PST
Created attachment 176421 [details]
work in progress

This needs to wait for https://bugs.webkit.org/show_bug.cgi?id=103009
Comment 2 Filip Pizlo 2012-11-28 15:30:10 PST
Created attachment 176589 [details]
the patch
Comment 3 Mark Hahnenberg 2012-11-28 15:34:52 PST
Comment on attachment 176589 [details]
the patch

View in context: https://bugs.webkit.org/attachment.cgi?id=176589&action=review

r=me with the one comment change.

> Source/JavaScriptCore/dfg/DFGGraph.cpp:219
> +                out.print(", "); // If this is the third child is the first non-empty one then make sure we have two blanks preceding it.

"If the third child is the first non-empty one then make sure we have two blanks preceding it." ?
Comment 4 Filip Pizlo 2012-11-30 17:24:46 PST
Landed in http://trac.webkit.org/changeset/136069