WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
68138
DFG does not speculate aggressively enough on comparisons
https://bugs.webkit.org/show_bug.cgi?id=68138
Summary
DFG does not speculate aggressively enough on comparisons
Filip Pizlo
Reported
2011-09-14 20:58:47 PDT
DFG will emit slow-path code for peephole comparisons even if we have a double prediction. For non-peephole double comparisons, we always take a slow path.
Attachments
the patch
(13.26 KB, patch)
2011-09-14 21:35 PDT
,
Filip Pizlo
oliver
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Filip Pizlo
Comment 1
2011-09-14 21:35:32 PDT
Created
attachment 107451
[details]
the patch 75% speed-up on Kraken/ai-astar.
Filip Pizlo
Comment 2
2011-09-15 00:28:03 PDT
Landed in
r95172
Adam Roben (:aroben)
Comment 3
2011-09-15 09:13:33 PDT
Clang build fix in
http://trac.webkit.org/changeset/95194
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug