Bug 108019

Summary: DFG::SpeculativeJIT::compile(BasicBlock&) should not emit SetLocal(Dead) right after a Reset() in the VariableEventStream
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Filip Pizlo <fpizlo>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: barraclough, ggaren, mark.lam, mhahnenberg, msaboff, oliver, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Filip Pizlo
Reported 2013-01-26 17:55:55 PST
Reset() ought to imply that all locals are "Dead" and so emitting a SetLocal(Dead) for a local is just a waste of space.
Attachments
Filip Pizlo
Comment 1 2013-10-01 14:16:37 PDT
*** This bug has been marked as a duplicate of bug 122178 ***
Note You need to log in before you can comment on or make changes to this bug.