-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
There are some structures like
Vanilla-Conquer/common/combuf.h
Line 60 in 77e2da0
| typedef struct BITFIELD_STRUCT |
pack(1) and also attribute((ms_struct)) However, since they also contain pointers, they are certainly not used anywhere where files and/or network data is accessed. Declaring it in the current way causes inefficient code to be used on architectures that don't allow unaligned accesses, and also slows down accesses to the member on architectures that allow it.Metadata
Metadata
Assignees
Labels
No labels