[Webkit-unassigned] [Bug 65382] The JSC garbage collector returns memory to the operating system too eagerly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 3 09:10:42 PDT 2012


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





--- Comment #18 from Yong Li <yoli at rim.com>  2012-07-03 09:10:41 PST ---
(From update of attachment 102454)
View in context: https://bugs.webkit.org/attachment.cgi?id=102454&action=review

> Source/JavaScriptCore/heap/Heap.cpp:334
> +        // Generally wait for one second before scavenging free blocks. This
> +        // may return early, particularly when we're being asked to quit.
> +        waitForRelativeTime(1.0);

Filip, is there any special reason for this one second timeout? Can it be 10 seconds for example? Or infinite?

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