[Webkit-unassigned] [Bug 30493] New: [v8] use faster method to convert unsigneds into V8 integers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 18 11:15:20 PDT 2009


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

           Summary: [v8] use faster method to convert unsigneds into V8
                    integers
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: antonm at chromium.org
                CC: dglazkov at chromium.org


Currently unsigned are turned into V8 numbers with v8::Number::New which is
slow.  Recently faster method was introduced.  Use it in bindings.

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