[Webkit-unassigned] [Bug 133461] New: remove temp register requirement for non-x86_64 css jit
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jun 2 14:20:57 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=133461
Summary: remove temp register requirement for non-x86_64 css
jit
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: achristensen at apple.com
CC: benjamin at webkit.org
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.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list