Bug 82557

Summary: DFG object equality speculations should be simplified
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 barraclough: review+

Description Filip Pizlo 2012-03-28 18:04:58 PDT
They currently speculate FinalObject if one operand is a FinalObject and the other is any object.  That makes, like, no sense.

Patch forthcoming.
Comment 1 Filip Pizlo 2012-03-28 18:14:32 PDT
Created attachment 134460 [details]
the patch
Comment 2 Filip Pizlo 2012-03-28 23:53:13 PDT
Landed in http://trac.webkit.org/changeset/112504