[Webkit-unassigned] [Bug 156846] New: RenderStyle should not be refcounted

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 21 04:42:27 PDT 2016


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

            Bug ID: 156846
           Summary: RenderStyle should not be refcounted
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: koivisto at iki.fi
                CC: simon.fraser at apple.com

RenderStyle refcounts its substructures. We no longer share RenderStyle objects between renderers so there is no reason to refcount the RenderStyles themselves too. Making it a non-refcounted type clarifies ownership relations, reduces branchiness and saves some memory.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160421/b0627f5f/attachment.html>


More information about the webkit-unassigned mailing list