[Webkit-unassigned] [Bug 20844] New: Speed up parseInt for numbers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 14 16:40:04 PDT 2008


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

           Summary: Speed up parseInt for numbers
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: sam at webkit.org


If the global function parseInt is used to convert a double to an int (as it
seems is done in the function(p,a,c,k,e,d) code packer), it is inefficient to
convert the value to a string and then back to an integer.


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