Bug 136274 - emit op_profile_type for deconstruction assignments
Summary: emit op_profile_type for deconstruction assignments
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Saam Barati
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-26 18:57 PDT by Saam Barati
Modified: 2014-08-29 15:55 PDT (History)
1 user (show)

See Also:


Attachments
patch (1.85 KB, patch)
2014-08-29 15:34 PDT, Saam Barati
saam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Saam Barati 2014-08-26 18:57:00 PDT
Currently, no type profiling happens for these AST nodes.
Fix this by emitting op_profile_type for the proper nodes
Comment 1 Saam Barati 2014-08-29 15:34:29 PDT
Created attachment 237382 [details]
patch
Comment 2 Saam Barati 2014-08-29 15:45:00 PDT
Comment on attachment 237382 [details]
patch

r=filip
Comment 3 Saam Barati 2014-08-29 15:55:22 PDT
landed in: https://trac.webkit.org/changeset/173125