Bug 63881 - Need separate bytecodes for handling >, >= comparisons.
Summary: Need separate bytecodes for handling >, >= comparisons.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gavin Barraclough
URL:
Keywords:
Depends on: 63879
Blocks: 63880
  Show dependency treegraph
 
Reported: 2011-07-03 16:32 PDT by Gavin Barraclough
Modified: 2011-07-04 12:36 PDT (History)
0 users

See Also:


Attachments
The patch (66.18 KB, patch)
2011-07-04 09:56 PDT, Gavin Barraclough
no flags Details | Formatted Diff | Diff
+ interpreter fix (67.02 KB, patch)
2011-07-04 11:33 PDT, Gavin Barraclough
oliver: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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