Re: [dev] [st] [PATCH] Optimize memory footprint of line buffers

From: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
Date: Mon, 27 Apr 2015 10:09:20 +0200

I have applied a version of this patch with short size.

> typedef struct {
> char c[UTF_SIZ]; /* character code */
> - ushort mode; /* attribute flags */
> - uint32_t fg; /* foreground */
> - uint32_t bg; /* background */
> + ushort mode; /* attribute flags */
> + uchar fg; /* foreground */
> + uchar bg; /* background */
> } Glyph;
>

Please, be careful with your commits, because this patch and the other
you sent have a lot of white spaces changes that are not needed.

Regards,
Received on Mon Apr 27 2015 - 10:09:20 CEST

This archive was generated by hypermail 2.3.0 : Mon Apr 27 2015 - 10:12:14 CEST