[Webkit-unassigned] [Bug 45186] New: Use the Windows thread pool instead of an extra thread for FastMalloc scavenging

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 3 11:49:40 PDT 2010


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

           Summary: Use the Windows thread pool instead of an extra thread
                    for FastMalloc scavenging
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Keywords: NeedsRadar, PlatformOnly
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: aroben at apple.com


FastMalloc creates a background thread for scavenging free memory.  The thread wakes up every five seconds, scavenges some free memory, then goes back to sleep.  It may be more efficient to schedule this small amount of work on the Windows thread pool, perhaps using a timer-queue timer.  It'd certainly be nicer than having a new thread run for the lifetime of the application just because JavaScriptCore was touched.

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