[Webkit-unassigned] [Bug 92556] New: TypedArray set method is slow when called with another typed array

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 27 15:20:02 PDT 2012


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

           Summary: TypedArray set method is slow when called with another
                    typed array
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptGlue
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: arno at renevier.net


Hi,
in #90838, we made TypedArray constructor much faster by casting the argument to a typed array when possible, and using typed array methods instead of going through the javascript path.
We can probably introduce the same improvement for the set method (more specifically, in the setWebGLArrayHelper function).

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