[Webkit-unassigned] [Bug 154691] New: Should template RefCounter instead of RefCounter::Token

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 25 13:49:56 PST 2016


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

            Bug ID: 154691
           Summary: Should template RefCounter instead of
                    RefCounter::Token
    Classification: Unclassified
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: barraclough at apple.com

My real goal here is to make the counter accurate. Currently returning a Token from token<>() results in ref-count churn. Fixing this either means changing the return value, or improving Token (which will probably mean replacing it with RefPtr). Either way would break the current type checking. Move type tag to RefCount so this can still be enforced.

-- 
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/20160225/e256fc2a/attachment.html>


More information about the webkit-unassigned mailing list