[Webkit-unassigned] [Bug 17217] New: add COMPILE_ASSERT(sizeof(Foo) == 32) for classes we're trying to keep small

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 8 12:56:47 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17217

           Summary: add COMPILE_ASSERT(sizeof(Foo) == 32) for classes we're
                    trying to keep small
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Keywords: EasyFix
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: hyatt at apple.com, sam at webkit.org


add COMPILE_ASSERT(sizeof(Foo) == 32) for classes we're trying to keep small

Now that we have these magical COMPILE_ASSERTs we should use them to make sure
we don't accidentally inflate core classes with changes.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list