[Webkit-unassigned] [Bug 94779] New: To reduce cost of converting type during modulo for integers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 22 22:43:15 PDT 2012


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

           Summary: To reduce cost of converting type during modulo for
                    integers
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: hojong.han at samsung.com


It's not necessary for remainder to convert type if both dividend and divisor are integers.
One thing to consider is whether the divisor is zero or not.

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