Bug 136088

Summary: Fix how CodeBlock dumps the opcode op_profile_type
Product: WebKit Reporter: Saam Barati <saam>
Component: JavaScriptCoreAssignee: Saam Barati <saam>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch
none
patch none

Description Saam Barati 2014-08-19 17:58:11 PDT
Currently, the implementation doesn't increment the iterator enough times to go through all arguments.
This never got done when the other patch that incremented the number of arguments the opcode receives was landed.
Comment 1 Saam Barati 2014-08-20 18:47:33 PDT
Created attachment 236906 [details]
patch

Fixes the bug.
Comment 2 Saam Barati 2014-08-20 18:49:15 PDT
Created attachment 236907 [details]
patch

Fix problem w/ above patch's ChangeLog incorrect spacing for bug description.
Comment 3 WebKit Commit Bot 2014-08-20 19:30:00 PDT
Comment on attachment 236907 [details]
patch

Clearing flags on attachment: 236907

Committed r172822: <http://trac.webkit.org/changeset/172822>
Comment 4 WebKit Commit Bot 2014-08-20 19:30:02 PDT
All reviewed patches have been landed.  Closing bug.