[Webkit-unassigned] [Bug 118150] New: Use DeferrableOneShotTimer for deleting decoded data

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 27 14:43:30 PDT 2013


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

           Summary: Use DeferrableOneShotTimer for deleting decoded data
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Page Loading
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: koivisto at iki.fi


When loading apple.com/itunes CachedScript::script() takes ~1% of the web thread time, most of which is under system timer code.

We should use DeferrableOneShotTimer instead of plain Timer as that avoids unnecessary low level timer access.

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