[Webkit-unassigned] [Bug 21984] New: Slow cases of opcodes should use the same machine registers for their final result as fast cases
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Oct 30 13:13:10 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=21984
Summary: Slow cases of opcodes should use the same machine
registers for their final result as fast cases
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: cwzwarich at uwaterloo.ca
CC: cwzwarich at uwaterloo.ca
OtherBugsDependingO 21943
nThis:
In order to properly resolve bug 21943, the slow cases of opcodes should use
the same machine registers for their final destination as the fast cases. As
far as I can tell, only op_get_by_id and op_get_by_val violate this rule,
although some other opcodes without slow cases unnecessarily avoid using eax.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list