Bug 84653

Summary: DFG OSR exit should ensure that all variables have been initialized
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal Keywords: InRadar
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
the patch barraclough: review+

Filip Pizlo
Reported 2012-04-23 17:04:55 PDT
If we OSR exit at a point where a variable was not initialized, then we should initialize it, since the baseline JIT critically relies on all variables being initialized. <rdar://problem/11258183>
Attachments
the patch (25.38 KB, patch)
2012-04-23 17:11 PDT, Filip Pizlo
barraclough: review+
Filip Pizlo
Comment 1 2012-04-23 17:11:31 PDT
Created attachment 138463 [details] the patch
Filip Pizlo
Comment 2 2012-04-23 17:38:18 PDT
Note You need to log in before you can comment on or make changes to this bug.