Bug 110395

Summary: Replace all speculative forms of DFG ConvertThis with Phantom(type check) and Identity
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Filip Pizlo <fpizlo>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: barraclough, ggaren, mario, mark.lam, mhahnenberg, oliver, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Filip Pizlo
Reported 2013-02-20 15:20:34 PST
This will lead to better code gen, copy propagation, etc.
Attachments
Filip Pizlo
Comment 1 2013-03-06 21:17:55 PST
There's a better way to do this - we can use Identity directly, and we can get rid of the constant folding of ConvertThis entirely.
Filip Pizlo
Comment 2 2013-03-06 21:18:04 PST
*** This bug has been marked as a duplicate of bug 111674 ***
Note You need to log in before you can comment on or make changes to this bug.