Bug 143496

Summary: Constant folding of typed array properties should be handled by AI rather than strength reduction
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Filip Pizlo <fpizlo>
Status: RESOLVED FIXED    
Severity: Normal CC: barraclough, benjamin, bfulgham, commit-queue, ggaren, mark.lam, mhahnenb, mmirman, msaboff, nrotem, oliver, saam, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 143232    
Attachments:
Description Flags
the patch ggaren: review+

Description Filip Pizlo 2015-04-07 13:47:00 PDT
Patch forthcoming.
Comment 1 Filip Pizlo 2015-04-07 13:51:45 PDT
Created attachment 250295 [details]
the patch
Comment 2 WebKit Commit Bot 2015-04-07 13:55:04 PDT
Attachment 250295 [details] did not pass style-queue:


ERROR: Source/JavaScriptCore/dfg/DFGGraph.h:696:  The parameter name "arrayMode" adds no information, so it should be removed.  [readability/parameter_name] [5]
Total errors found: 1 in 11 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Geoffrey Garen 2015-04-07 13:58:12 PDT
Comment on attachment 250295 [details]
the patch

r=me
Comment 4 Filip Pizlo 2015-04-07 15:10:39 PDT
Landed in http://trac.webkit.org/changeset/182498
Comment 5 Brent Fulgham 2015-04-08 17:37:56 PDT
This change might have broken Web Inspector on Windows.

See <https://bugs.webkit.org/show_bug.cgi?id=143542>.