[webkit-dev] PSA: Bit fields won't be packed on Windows if you mix types

Fujii Hironori fujii.hironori at gmail.com
Thu Sep 3 22:11:04 PDT 2020


On Fri, Sep 4, 2020 at 1:31 PM Ryosuke Niwa <rniwa at webkit.org> wrote:

> Consecutive bit fields must use the same type.
>

RenderLayer is mixing bool and unsigned in the consecutive bit fields. They
should use only uint8_t, right?
https://trac.webkit.org/browser/webkit/trunk/Source/WebCore/rendering/RenderLayer.h#L1263
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20200904/e93971e2/attachment.htm>


More information about the webkit-dev mailing list