Bug 134988

Summary: DFG Flush(SetLocal) store elimination is overzealous for captured variables in the presence of nodes that have no effects but may throw
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Filip Pizlo <fpizlo>
Status: RESOLVED FIXED    
Severity: Normal CC: barraclough, buildbot, ggaren, mark.lam, mhahnenberg, msaboff, oliver, rniwa, sam, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 134945, 135019    
Attachments:
Description Flags
the patch
none
Archive of layout-test-results from webkit-ews-10 for mac-mountainlion-wk2
none
the patch oliver: review+

Description Filip Pizlo 2014-07-16 12:09:31 PDT
Patch forthcoming.
Comment 1 Filip Pizlo 2014-07-16 12:19:21 PDT
Created attachment 235014 [details]
the patch
Comment 2 Mark Hahnenberg 2014-07-16 12:27:21 PDT
Comment on attachment 235014 [details]
the patch

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

r=me

> Source/JavaScriptCore/dfg/DFGCSEPhase.cpp:970
>          // Be safe in release mode.

This comment doesn't make sense any more.
Comment 3 Build Bot 2014-07-16 14:32:39 PDT
Comment on attachment 235014 [details]
the patch

Attachment 235014 [details] did not pass mac-wk2-ews (mac-wk2):
Output: http://webkit-queues.appspot.com/results/4745035249614848

New failing tests:
media/media-fragments/TC0001.html
Comment 4 Build Bot 2014-07-16 14:32:42 PDT
Created attachment 235022 [details]
Archive of layout-test-results from webkit-ews-10 for mac-mountainlion-wk2

The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews.
Bot: webkit-ews-10  Port: mac-mountainlion-wk2  Platform: Mac OS X 10.8.5
Comment 5 Filip Pizlo 2014-07-16 20:00:03 PDT
Created attachment 235045 [details]
the patch
Comment 6 Radar WebKit Bug Importer 2014-07-16 20:08:38 PDT
<rdar://problem/17706349>
Comment 7 Filip Pizlo 2014-07-17 11:18:23 PDT
Landed in http://trac.webkit.org/changeset/171190