You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Combined with the previous previous commits on this branch this
shrinks the size of the struct on a 64-bit Linux non-debugging build
from:
/* size: 368, cachelines: 6, members: 63 */
/* sum members: 363, holes: 1, sum holes: 4 */
/* padding: 1 */
/* last cacheline: 48 bytes */
to:
/* size: 344, cachelines: 6, members: 63 */
/* padding: 5 */
/* last cacheline: 24 bytes */
And on a debugging build from:
/* size: 408, cachelines: 7, members: 69 */
/* sum members: 403, holes: 2, sum holes: 5 */
/* last cacheline: 24 bytes */
to:
/* size: 384, cachelines: 6, members: 69 */
/* sum members: 379, holes: 1, sum holes: 1 */
/* padding: 4 */
0 commit comments