[Python-ideas] improving C structs layout

Charles-François Natali cf.natali at gmail.com
Wed May 8 19:58:00 CEST 2013


> General +0 from me.

Thanks for your help Nick ;-)

Otherwise, yes, a good rule of thumb is to order fields by decreasing
alignment constraints (which is in turn dependent of the field size,
since they're usually aligned on a multiple of their size).

So what's the consensus, should I bother creating an entry in the tracker?

cf



More information about the Python-ideas mailing list