Yes, this is being worked on; a relevant WebKit bug is
https://bugs.webkit.org/show_bug.cgi?id=61016 .

On Mon, Jul 25, 2011 at 7:59 PM, bin <[email protected]> wrote:

> webkit enable web workers with JSC engine by lock/unlock function in
> multi-threads, and I sample it with V8 engine, it's OK when I test
> with the page http://www.whatwg.org/demos/workers/primes/page.html,
> but if I transfer to other test web page, for example, SunSpider test
> case, Webkit will crash in AtomString hash table.
>
> the other way to start web workers is to start multi-thread by multi-
> isolates,  the version 8259 in bleeding_edge branch seems to resolve
> this problem, but I think the code of webkit need to be changed to fit
> the modification, Is there anyone know about this?
>
> --
> v8-dev mailing list
> [email protected]
> http://groups.google.com/group/v8-dev
>

-- 
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to