[webkit-reviews] review requested: [Bug 67304] Web Inspector: [Chromium] Perform a more effective JS GC : [Attachment 105941] Comments addressed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 1 04:39:26 PDT 2011


Mikhail Naganov <mnaganov at chromium.org> has asked  for review:
Bug 67304: Web Inspector: [Chromium] Perform a more effective JS GC
https://bugs.webkit.org/show_bug.cgi?id=67304

Attachment 105941: Comments addressed
https://bugs.webkit.org/attachment.cgi?id=105941&action=review

------- Additional Comments from Mikhail Naganov <mnaganov at chromium.org>
Fixed braces.

I've found this code in Chromium's ChromeRenderProcessObserver::OnPurgeMemory.
I've discussed it with Slava from the V8 team, and we have agreed that this
approach is more effective because it actually does several rounds of GC,
clears compilation caches and other stuff that will be left intact after a
single MC GC round.


More information about the webkit-reviews mailing list