[Webkit-unassigned] [Bug 68255] New: Demo of transferrable Typed Arrays between Web Workers using postMessage

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 16 10:29:24 PDT 2011


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

           Summary: Demo of transferrable Typed Arrays between Web Workers
                    using postMessage
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebGL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: wiltzius at chromium.org
                CC: levin at chromium.org, dslomov at google.com


Created an attachment (id=107678)
 --> (https://bugs.webkit.org/attachment.cgi?id=107678&action=review)
complete demo of web workers with transferrable typed arrays

This patch adds a demo that shows off WebKit's nascent support for transferrable Typed Arrays using postMessage between web workers. It can run synchronously, or with a varied number of worker threads, and with or without the new support for transferrable typed arrays, to demonstrate how performance varies across these scenarios. The application is a modified WebGL demo, taken from the Khronos repository (http://www.khronos.org/webgl/wiki/Demo_Repository).

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