[Webkit-unassigned] [Bug 109597] New: Cache timer heap pointer to timers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 12 10:46:17 PST 2013


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

           Summary: Cache timer heap pointer to timers
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: koivisto at iki.fi


Accessing timer heap through thread global storage is slow (~0.1% in PLT3). We can cache the heap pointer to each TimerBase. There are not huge numbers of timers around so memory is not an issue and many timers are heavily reused.

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