diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2019-01-09 06:44:54 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2019-01-09 06:44:54 -0800 |
commit | 1fb852f2bca2e70bde656ed28654a1f75b40f068 (patch) | |
tree | 154dc3682f9fa12473aa0afc781a1383b695b540 /itypes.h | |
parent | 0cd4fc4869d368c81436a43e3df59d0d42022783 (diff) | |
download | txr-1fb852f2bca2e70bde656ed28654a1f75b40f068.tar.gz txr-1fb852f2bca2e70bde656ed28654a1f75b40f068.tar.bz2 txr-1fb852f2bca2e70bde656ed28654a1f75b40f068.zip |
asm/compiler: rename small level/index constants.
* share/txr/stdlib/vm-param.tl (%max-sm-lev-idx%): This
constant is named inconsistently relative to %max-lev-idx%.
It is providing the maximum level (encodable in a small
operand), whereas %max-lev-idx% provides the maximum index
within a level. It is hereby renamed to %max-sm-lev%.
The %max-sm-lev-idx% name is re-used to denote the quantity
which it suggests: the maximum index within a level
(encodable in a small operand), which is 63.
* share/txr/stdlib/asm.tl (small-op-p): Use the new
%max-sm-lev-idx% in place of %sm-lev-size%, getting rid of the
funny range starting with -1. Replace the original
%max-sm-lev-idx% with its new name, %max-sm-lev%.
Diffstat (limited to 'itypes.h')
0 files changed, 0 insertions, 0 deletions