[Webkit-unassigned] [Bug 61016] [WebWorkers][Chromium] Use v8 Isolates for in-process implementation of WebWorkers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 20 16:54:18 PDT 2011


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


Dmitry Lomov <dslomov at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #94291|                            |commit-queue-
               Flag|                            |




--- Comment #1 from Dmitry Lomov <dslomov at google.com>  2011-05-20 16:54:18 PST ---
Created an attachment (id=94291)
 --> (https://bugs.webkit.org/attachment.cgi?id=94291&action=review)
First bit of work

This is a first bit of the work -  by no means complete.

The main challenge is moving static bits of WebCore V8 bindings to per-isolate storage. To this end, I have added a per-isolate embedded data to V8, and this patch utilizes that to cache FuntionTemplates for V8 bindings.
Moving remainder of static state over to isolates is in the works. 

I'd appreciate comments from interested parties.

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