RESOLVED FIXED 59022
DFG JIT - Optimize branch-on-relational-compare
https://bugs.webkit.org/show_bug.cgi?id=59022
Summary DFG JIT - Optimize branch-on-relational-compare
Gavin Barraclough
Reported 2011-04-20 13:36:42 PDT
If a relational compare (< or <=) is immediately followed by a branch, we can combine the two, avoiding generation of a boolean into a register.
Attachments
The patch (deleted)
2011-04-20 13:37 PDT, Gavin Barraclough
oliver: review+
Gavin Barraclough
Comment 1 2011-04-20 13:37:57 PDT
Created attachment 90401 [details] The patch
WebKit Review Bot
Comment 2 2011-04-20 13:39:58 PDT
Attachment 90401 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/JavaScriptCore/ChangeLog', u'Source..." exit_code: 1 Source/JavaScriptCore/ChangeLog:3: ChangeLog entry has no bug number [changelog/bugnumber] [5] Total errors found: 1 in 5 files If any of these errors are false positives, please file a bug against check-webkit-style.
Oliver Hunt
Comment 3 2011-04-20 13:44:54 PDT
Comment on attachment 90401 [details] The patch r=me
Gavin Barraclough
Comment 4 2011-04-20 13:58:40 PDT
Fixed in r84413
Note You need to log in before you can comment on or make changes to this bug.