On 2015-07-29 17:10, Alex Bennée wrote:
> 
> Aurelien Jarno <aurel...@aurel32.net> writes:
> 
> > Use two bools to track constants and copies instead of an enum.
> 
> More of an explanation would be useful as to why, otherwise it seems to
> me we are just increasing the size of the structure (assuming the
> compiler uses the same base sizes for the bool and enum).

The reason is in the following patch, to allow separate tracking of const
and copy. Note that this doesn't increase the structure size due to
alignment and that the v2 of this patchset actually uses only one bool.

I'll add a note about why it is need for v3.


-- 
Aurelien Jarno                          GPG: 4096R/1DDD8C9B
aurel...@aurel32.net                 http://www.aurel32.net

Reply via email to