[Webkit-unassigned] [Bug 92518] New: use createUninitialized when creating TypedArray from another array

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 27 11:07:57 PDT 2012


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

           Summary: use createUninitialized when creating TypedArray from
                    another 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,
since bug #90838 has landed, we can make Typed Array construction still faster by using ::createUninitialized instead of ::create
Actually, we will fill the array before sending it, so it's safe to do so.

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