Bug 63881

Summary: Need separate bytecodes for handling >, >= comparisons.
Product: WebKit Reporter: Gavin Barraclough <barraclough>
Component: JavaScriptCoreAssignee: Gavin Barraclough <barraclough>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 63879    
Bug Blocks: 63880    
Attachments:
Description Flags
The patch
none
+ interpreter fix oliver: review+

Description Gavin Barraclough 2011-07-03 16:32:11 PDT
This blocks us from fixing https://bugs.webkit.org/show_bug.cgi?id=63880
Comment 1 Gavin Barraclough 2011-07-04 09:56:38 PDT
Created attachment 99638 [details]
The patch
Comment 2 Gavin Barraclough 2011-07-04 11:33:53 PDT
Created attachment 99649 [details]
+ interpreter fix

Tested x86-64, x86, interpreter, DFG-JIT.  No sunspider impact.
Comment 3 Gavin Barraclough 2011-07-04 12:36:22 PDT
Fixed in r90371