]> git.sesse.net Git - vlc/commit
Spare 236 relocations, mark data as constant.
authorRémi Denis-Courmont <rdenis@simphalempin.com>
Tue, 23 Sep 2008 03:30:03 +0000 (06:30 +0300)
committerRémi Denis-Courmont <rdenis@simphalempin.com>
Tue, 23 Sep 2008 03:36:01 +0000 (06:36 +0300)
commitc9b87bed7fffea72a49300fc41506403dde1538c
tree836aa7ea556ac32b369490ca2aa2dc2c4848920c
parent33ad65cc49f5ea9d42c3c627f195a9dc66e445ee
Spare 236 relocations, mark data as constant.

This saves 3 kbytes from stripped libvcccore here + speedup.
We can save another 1kbyte by removing the redumdant & and ; from the
table, but I am too lazy to update the algorithm accordingly.
src/text/strings.c