Comment 3 for bug 1639509

Revision history for this message
Morty (morty-rh) wrote :

This is not only bit-field related, but a more general problem that applies to any member < 32 bit. Especially for large classes that have many small 0-initilized members this makes the constructor explode in size.

See:
https://godbolt.org/z/LyqvCe