[Webkit-unassigned] [Bug 20912] New: Use simple int32 multiplication on op_mul if it is possible

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 18 04:02:36 PDT 2008


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

           Summary: Use simple int32 multiplication on op_mul if it is
                    possible
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Enhancement
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: loki at inf.u-szeged.hu


We can use int32 multiplication instead of double one on op_mul if both
operands are immediate and they are between 0 - 0x7FFFF.


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