[Webkit-unassigned] [Bug 70289] Add JSC support for delivering mutations when the outermost script context exits

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 7 17:24:33 PST 2011


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





--- Comment #1 from Sam Weinig <sam at webkit.org>  2011-11-07 17:24:33 PST ---
We mostly have a bottleneck for call in JSC by way of JSMainThreadExecState::call(), though it is not used everywhere (that we can fix).  I am not clear on how aggressive we have to be however.  For instance, do we need to consider calling a getter while processing an options dictionary passed to an Event constructor a script invocation?

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