summaryrefslogtreecommitdiff
path: root/supervisor
diff options
context:
space:
mode:
authorJeff Epler <jepler@gmail.com>2019-12-02 14:49:23 -0600
committerJeff Epler <jepler@gmail.com>2019-12-02 14:49:23 -0600
commit1a0dcb5caaaa2d9f0dc25d87735b76f1bf5f2c24 (patch)
tree4d0c42fe527e383d4bfafd599b951820ac75981d /supervisor
parent879e1041c9bb0067bc06337870f2515922469cf0 (diff)
makeqstrdata: reclaim some more bytes on some translations
If a translation only has unicode code points 255 and below, the "values" array can be 8 bits instead of 16 bits. This reclaims some code size, e.g., in a local build, trinket_m0 / en_US reclaimed 112 bytes and de_DE reclaimed 104 bytes. However, languages like zh_Latn_pinyin, which use code points above 255, did not benefit.
Diffstat (limited to 'supervisor')
0 files changed, 0 insertions, 0 deletions