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
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.