WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
108840
For ARMv7s use integer divide instruction for divide and modulo when possible
https://bugs.webkit.org/show_bug.cgi?id=108840
Summary
For ARMv7s use integer divide instruction for divide and modulo when possible
Michael Saboff
Reported
2013-02-04 10:59:49 PST
ARMv7S processors have the integer division instructions sdiv and udiv (signed and unsigned divide). When we speculate that we have integer operands and need an integer result, we should take advantage of these instructions to compute divide (/) and modulo (%) results.
Attachments
Patch
(10.38 KB, patch)
2013-02-04 11:09 PST
,
Michael Saboff
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Michael Saboff
Comment 1
2013-02-04 11:09:09 PST
Created
attachment 186419
[details]
Patch This patch has already been reviewed.
Michael Saboff
Comment 2
2013-02-04 11:21:21 PST
Committed
r141788
: <
http://trac.webkit.org/changeset/141788
>
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