[webkit-dev] Compile-time assertions for object sizes

Darin Adler darin at apple.com
Thu Sep 29 13:43:26 PDT 2011


On Sep 29, 2011, at 1:40 PM, Andreas Kling wrote:

> Good idea in general, though it doesn't work for InlineBox since its bits are spread across public, protected and private.
> I'm not sure it's worth losing those classifications for the sake of the anti-bloat mechanism.

We wouldn’t have to lose those classifications. We’d just have to lose our convention that all public are grouped together, etc. We can intersperse public/protected/private keywords between bitfield definitions.

    -- Darin



More information about the webkit-dev mailing list