[Webkit-unassigned] [Bug 86483] New: LayerAnimation is not thread safe, which makes dereferencing an expensive operation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 15 07:27:22 PDT 2012


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

           Summary: LayerAnimation is not thread safe, which makes
                    dereferencing an expensive operation
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit BlackBerry
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: edbaker at rim.com
                CC: tonikitoo at webkit.org


Before dereferencing LayerAnimation from the main WebKit thread the compositing thread needs to dereference first. This requires dispatching from the main WebKit thread onto the compositing thread which is an expensive operation. Making LayerAnimation thread safe would make this unnecessary and improve performance.

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