Bug 153815

Summary: DFG, FTL, B3, and Air should all have a unique option for printing their graphs
Product: WebKit Reporter: Keith Miller <keith_miller>
Component: New BugsAssignee: Keith Miller <keith_miller>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, mark.lam, msaboff, saam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Keith Miller
Reported 2016-02-02 20:01:54 PST
DFG, FTL, B3, and Air should all have a unique option for printing their graphs
Attachments
Patch (10.37 KB, patch)
2016-02-02 20:15 PST, Keith Miller
no flags
Keith Miller
Comment 1 2016-02-02 20:15:14 PST
WebKit Commit Bot
Comment 2 2016-02-02 20:53:44 PST
Comment on attachment 270542 [details] Patch Clearing flags on attachment: 270542 Committed r196044: <http://trac.webkit.org/changeset/196044>
WebKit Commit Bot
Comment 3 2016-02-02 20:53:46 PST
All reviewed patches have been landed. Closing bug.
Filip Pizlo
Comment 4 2016-05-29 10:55:58 PDT
Comment on attachment 270542 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=270542&action=review > Source/JavaScriptCore/b3/B3Common.h:36 > +enum B3ComplitationMode { We should call this CompilationMode, not B3CompilationMode. It's already in a namespace called B3, so this is tautological.
Note You need to log in before you can comment on or make changes to this bug.