Scott Shawcroft de5a9d72dc
Compress all translated strings with Huffman coding.
This saves code space in builds which use link-time optimization.
The optimization drops the untranslated strings and replaces them
with a compressed_string_t struct. It can then be decompressed to
a c string.

Builds without LTO work as well but include both untranslated
strings and compressed strings.

This work could be expanded to include QSTRs and loaded strings if
a compress method is added to C. Its tracked in #531.
2018-08-16 17:40:57 -07:00
..
2018-07-12 14:13:51 -04:00
2018-07-12 14:13:51 -04:00
2018-07-12 14:13:51 -04:00
2018-07-12 14:13:51 -04:00
2018-08-09 13:29:30 -07:00
2018-08-09 13:29:30 -07:00
2018-07-11 16:45:30 -04:00
2018-07-28 13:29:47 -04:00
2018-07-11 16:45:30 -04:00
2018-07-11 16:45:30 -04:00
2018-08-09 13:29:30 -07:00
2018-07-11 16:45:30 -04:00
2018-07-11 16:45:30 -04:00
2018-08-09 15:58:45 -07:00
2018-08-09 15:58:45 -07:00
2018-07-11 16:45:30 -04:00
2018-08-07 14:58:57 -07:00
2018-07-11 16:45:30 -04:00
2017-07-18 11:57:39 +10:00
2018-07-12 14:13:51 -04:00
2018-07-12 14:13:51 -04:00
2018-07-11 16:45:30 -04:00
2018-07-12 14:13:51 -04:00
2018-07-12 14:13:51 -04:00
2018-07-12 14:13:51 -04:00
2018-08-09 13:29:30 -07:00
2018-07-28 13:29:47 -04:00
2018-08-09 13:29:30 -07:00
2018-08-09 13:29:30 -07:00
2018-08-09 13:29:30 -07:00
2018-08-07 14:58:57 -07:00
2018-05-14 17:41:17 -04:00
2018-05-14 17:41:17 -04:00
2018-07-11 16:45:30 -04:00
2018-07-11 16:45:30 -04:00
2018-08-09 13:29:30 -07:00