[Webkit-unassigned] [Bug 21985] New: Opcodes should use eax as their destination register whenever possible

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 30 13:15:44 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=21985

           Summary: Opcodes should use eax as their destination register
                    whenever possible
           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


Some opcodes pointlessly use something other than eax as their destination
register or supply eax as an argument to emitPutResult rather than using the
default. This potentially makes the sort of memory traffic elimination like in
bug 21943 less of a win.


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