DescriptionCompress Variable
Due to Variable class field order the sizeof(Variable)==36.
After the manual reorder the boolean fields are aligned better
by the C++ compiler with the resulting sizeof(Variable)==32.
On 64 bit build this doesn't make difference (56 either way)
BUG=
TEST=
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|