[webkit-reviews] review canceled: [Bug 67304] Web Inspector: [Chromium] Perform a more effective JS GC : [Attachment 105799] Patch

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 canceled Mikhail Naganov
<mnaganov at chromium.org>'s request for review:
Bug 67304: Web Inspector: [Chromium] Perform a more effective JS GC
https://bugs.webkit.org/show_bug.cgi?id=67304

Attachment 105799: Patch
https://bugs.webkit.org/attachment.cgi?id=105799&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