Reduce number of hints records.
commit2b923155329592ac93e973515e8f9023c4573bfa
authorWerner Lemberg <wl@gnu.org>
Fri, 27 May 2011 09:14:12 +0000 (27 11:14 +0200)
committerWerner Lemberg <wl@gnu.org>
Fri, 27 May 2011 09:14:12 +0000 (27 11:14 +0200)
tree85d4d6db543ec0228bcd86674904814af617ab77
parent03ee529fae9aee8a926779eff8effc652ed4e039
Reduce number of hints records.

Handling the BOUND action explicitly almost doubles the number of hints
records.  Consequently, it is now handled implicitly by the ADJUST and STEM
actions.

Additionally, hints records are now completely stored as 16bit numbers; this
makes it easier later on to compute the number of arguments and whether any
number is larger than 0xFF (to select PUSHB or PUSHW).
src/tabytecode.c
src/tahints.h
src/talatin.c