[Webkit-unassigned] [Bug 42998] New: Change Noncopyable and FastAllocBase into macros instead of base classes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 26 13:57:25 PDT 2010


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

           Summary: Change Noncopyable and FastAllocBase into macros
                    instead of base classes
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: darin at apple.com
                CC: darin at apple.com, andersca at apple.com


Anders recently pointed out that the problem of inheriting from base classes with no members, and having objects get larger because of them, were going to keep re-occuring as long as we have Noncopyable and FastAllocBase. He suggested instead we do these as macros. I think that’s probably the way we should go.

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