[Webkit-unassigned] [Bug 107207] [V8] Support selectively wrapping DOM accesses from certain V8 contexts.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 15 00:21:53 PDT 2013


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





--- Comment #29 from Dan Carney <dcarney at google.com>  2013-03-15 00:24:18 PST ---
> After marja's work is completed, we will just insert logging code into the head of DOM getters/setters/methods of the worlds we are inserted in, which will be controlled by IDL attributes. So I hope that it won't prevent optimizations of V8.

Yes, I see that.  It remains important though that nothing be dynamic., ie - everything needs to be specified in the IDL.  We pay a very high cost for context startup for all worlds, and we'd like to get rid of that.

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