Bug 133461

Summary: remove temp register requirement for non-x86_64 css jit
Product: WebKit Reporter: Alex Christensen <achristensen>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: benjamin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

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.