Re: [dev] [st] [PATCH] Optimize memory footprint of line buffers
> typedef struct {
> uint_most32_t u;
> uint_most32_t mode:12;
> uint_most32_t fg:10;
> uint_most32_t bg:10;
> } Glyph;
The size of this struct is only one byte more than if the
same of the struct using shorts. You can test it if you
want.
Regards,
Received on Mon Apr 27 2015 - 10:29:25 CEST
This archive was generated by hypermail 2.3.0
: Mon Apr 27 2015 - 10:36:09 CEST