[webkit-reviews] review granted: [Bug 80344] GCActivityCallback timer should vary with the length of the previous GC : [Attachment 130267] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 6 09:44:33 PST 2012


Geoffrey Garen <ggaren at apple.com> has granted Mark Hahnenberg
<mhahnenberg at apple.com>'s request for review:
Bug 80344: GCActivityCallback timer should vary with the length of the previous
GC
https://bugs.webkit.org/show_bug.cgi?id=80344

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

------- Additional Comments from Geoffrey Garen <ggaren at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=130267&action=review


r=me

> Source/JavaScriptCore/heap/Heap.cpp:332
> +    , m_lastGCStartTime(0)
> +    , m_lastGCEndTime(0)

These two should just be local variables inside collect().


More information about the webkit-reviews mailing list