[webkit-dev] Parallel JavaScript: Why a separate ParallelArray types

Zoltan Herczeg zherczeg at webkit.org
Sat Apr 13 00:22:33 PDT 2013


>> Perhaps we can come up with some JS API for shared memory & lock and
>> propose it in TC39 or WebApps WG?
>
> I think that would be wonderful.  Anyone else interested?

We proposed a shared memory concept a long time ago:
https://bugs.webkit.org/show_bug.cgi?id=53485

Although it helps to reduce the message passing (decoding/encoding) costs
of large buffers, it still involves JS on the other side.

We are definitely interested to improve JS with multicore support. Now
even phones have 2-4 cores, and would be great to use them for computing.

Regards,
Zoltan




More information about the webkit-dev mailing list