[Webkit-unassigned] [Bug 92342] Web Inspector [JSC]: Support multi instance for PageScriptDebugServer of JSC

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 12 04:18:56 PDT 2012


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





--- Comment #36 from Peter Wang <peter.wang at torchmobile.com.cn>  2012-10-12 04:19:36 PST ---
(In reply to comment #29)
> (In reply to comment #28)
> > (From update of attachment 155267 [details] [details])
......
> > Can we avoid creating ScriptDebugServer just to recompile js functions?
> Thx. It's a great idea. I will have a try.
I investigate it again recently, we cannot do that, because all JS code (of different pages) share the Global Data space, so when we are recompiling we have to know which part needs to be recompiled.

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