Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-04 | Reduce overhead of AlignedAtomic types | Andrei Vagin | |
AlignedAtomicUint64 is 15 bytes and it takes 16 bytes in structures. On 32-bit systems, variables and structure fields is guaranteed to be 32-bit aligned and this means that we need only 12 bytes to find 8 contiguous bytes. |