WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
126486
CStack Branch: ARM64 add of stack pointer not valid as second source operand
https://bugs.webkit.org/show_bug.cgi?id=126486
Summary
CStack Branch: ARM64 add of stack pointer not valid as second source operand
Michael Saboff
Reported
2014-01-03 23:40:26 PST
Due to architectural limitations, the stack pointer register cannot be used as the second source operand for various instructions. Currently only the add instruction is used by the macro assembler with the stack pointer as the second source operand. The ARM64 add macro assembler can swap the two source operands in this case.
Attachments
Patch
(1.48 KB, patch)
2014-01-03 23:43 PST
,
Michael Saboff
mark.lam
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Michael Saboff
Comment 1
2014-01-03 23:43:59 PST
Created
attachment 220368
[details]
Patch
Mark Lam
Comment 2
2014-01-04 07:05:27 PST
Comment on
attachment 220368
[details]
Patch r=me
Michael Saboff
Comment 3
2014-01-04 10:28:14 PST
Committed
r161313
: <
http://trac.webkit.org/changeset/161313
>
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