[webkit-reviews] review granted: [Bug 100340] Web Inspector: NMI instrument InspectorDebuggerAgent. It uses a lot of memory on heavy js sites because it keeps all the scripts in a map : [Attachment 170571] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 25 00:48:18 PDT 2012


Yury Semikhatsky <yurys at chromium.org> has granted Ilya Tikhonovsky
<loislo at chromium.org>'s request for review:
Bug 100340: Web Inspector: NMI instrument InspectorDebuggerAgent. It uses a lot
of memory on heavy js sites because it keeps all the scripts in a map
https://bugs.webkit.org/show_bug.cgi?id=100340

Attachment 170571: Patch
https://bugs.webkit.org/attachment.cgi?id=170571&action=review

------- Additional Comments from Yury Semikhatsky <yurys at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=170571&action=review


> Source/WebCore/ChangeLog:3
> +	   Web Inspector: NMI instrument InspectorDebuggerAgent. It uses a lot
of memory on heavy js sites because it keeps all the scripts in a map.

I'm wondering if the scripts are the same as in VM or we store a copy of them
in the debugger agent.


More information about the webkit-reviews mailing list