Daniel P. BerrangĂ© <[email protected]> writes:

> This will allow extra boolean flags without expending the memory

"expanding", I guess.

> usage of the Type struct.
>
> Signed-off-by: Daniel P. BerrangĂ© <[email protected]>

According to pahole, we currently have 7 unused bytes right after
@abstract.  So this will pay off after the eighth flag, or the fourth if
something else plugs into the hole.

According to size, qemu-system-x86_64's text grows by 64 bytes.

> ---
>  qom/object.c | 21 ++++++++++++++-------
>  1 file changed, 14 insertions(+), 7 deletions(-)

I wouldn't bother :)


Reply via email to