Bug 128648

Summary: Fix assertions and incorrect codegen for CompareEq(ObjectOrOther:, Object:)
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Filip Pizlo <fpizlo>
Status: RESOLVED FIXED    
Severity: Normal CC: barraclough, commit-queue, ggaren, mark.lam, mhahnenberg, mmirman, msaboff, nrotem, oliver, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 112840    
Attachments:
Description Flags
the patch mark.lam: review+

Description Filip Pizlo 2014-02-11 20:13:55 PST
We did CompareEq(Object:, ObjectOrOther:) correctly but the flipped version wrong.
Comment 1 Filip Pizlo 2014-02-11 20:15:26 PST
Created attachment 223935 [details]
the patch
Comment 2 Mark Lam 2014-02-11 20:17:20 PST
Comment on attachment 223935 [details]
the patch

r=me
Comment 3 Filip Pizlo 2014-02-11 20:18:25 PST
I'll land!
Comment 4 Filip Pizlo 2014-02-11 20:19:56 PST
Landed in http://trac.webkit.org/changeset/163938