When I'm 64 ( nsFrameStateBits.h )
Jet Villegas <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.layout |
|---|---|
| Message-ID | <CA+3pDC+0W+9R3FKnXea91q5uSx6anpYewfgq9NUM1LC5kfWDZA@mail.gmail.com> |
Hi All: While hacking on bug 1242461, I ran into the issue where our 64 bits of nsFrame and nsBlockFrame state are used up. To resolve this, and I was thinking I could reuse bit 59 to indicate NS_FRAME_EXTENDED_BITS and allocate another uint32 or uint64 for those bits. Has someone already tried this? Will the memory hit be unacceptable? Thanks, Jet