WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
133461
remove temp register requirement for non-x86_64 css jit
https://bugs.webkit.org/show_bug.cgi?id=133461
Summary
remove temp register requirement for non-x86_64 css jit
Alex Christensen
Reported
2014-06-02 14:21:21 PDT
Right now the arm64 css jit uses a dedicated temporary register for swapping arguments. I found a way to prevent this by continuing to allocate registers and checking to make sure that they are not the registers we are swapping.
Attachments
Add attachment
proposed patch, testcase, etc.
Alex Christensen
Comment 1
2014-06-02 16:38:46 PDT
There are better ways of doing this.
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