Bug 143078

Summary: OSR availability analysis would be more scalable (and correct) if it did more liveness pruning
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Filip Pizlo <fpizlo>
Status: RESOLVED FIXED    
Severity: Normal CC: barraclough, basile_clement, benjamin, commit-queue, ggaren, mark.lam, mhahnenb, mmirman, msaboff, nrotem, oliver, saam, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
the patch
kling: review+
Test failing w/o eager compilation none

Description Filip Pizlo 2015-03-25 21:10:58 PDT
...
Comment 1 Filip Pizlo 2015-05-11 21:58:40 PDT
*** Bug 144883 has been marked as a duplicate of this bug. ***
Comment 2 Filip Pizlo 2015-05-11 22:20:05 PDT
Created attachment 252936 [details]
the patch
Comment 3 WebKit Commit Bot 2015-05-11 22:21:37 PDT
Attachment 252936 [details] did not pass style-queue:


ERROR: Source/JavaScriptCore/dfg/DFGAvailabilityMap.cpp:71:  Place brace on its own line for function definitions.  [whitespace/braces] [4]
Total errors found: 1 in 6 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 Basile Clement 2015-05-12 09:55:03 PDT
Created attachment 252968 [details]
Test failing w/o eager compilation

This is a modified version of the test case in fpizlo's patch that fails even without eager compilation enabled.
Comment 5 Filip Pizlo 2015-05-12 10:56:50 PDT
(In reply to comment #4)
> Created attachment 252968 [details]
> Test failing w/o eager compilation
> 
> This is a modified version of the test case in fpizlo's patch that fails
> even without eager compilation enabled.

Thanks!  I added this test.
Comment 6 Filip Pizlo 2015-05-12 11:03:26 PDT
Landed in http://trac.webkit.org/changeset/184206