Bug 69291

Summary: DFG backends don't have access to per-node predictions from the propagator
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
the patch oliver: review+

Filip Pizlo
Reported 2011-10-03 13:50:46 PDT
The DFG propagator has complete knowledge of how each node in the data flow graph is predicted. But this knowledge is lost when going to the backend. The backends try to reinfer this, but do so poorly (for example the backend has no idea how to predict a ConvertThis node, while the propagator knows exactly how to predict it).
Attachments
the patch (19.63 KB, patch)
2011-10-03 14:01 PDT, Filip Pizlo
oliver: review+
Filip Pizlo
Comment 1 2011-10-03 14:01:46 PDT
Created attachment 109527 [details] the patch
Oliver Hunt
Comment 2 2011-10-03 17:35:12 PDT
Comment on attachment 109527 [details] the patch r=me
Filip Pizlo
Comment 3 2011-10-03 18:05:26 PDT
Landed in r96562.
Note You need to log in before you can comment on or make changes to this bug.