summaryrefslogtreecommitdiffstats
path: root/tl.vim
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2021-02-14 10:14:39 -0800
committerKaz Kylheku <kaz@kylheku.com>2021-02-14 10:14:39 -0800
commite598f74891592a67d31985182af24243a2e6ccd5 (patch)
tree298a50b3e245b19874fbfa126fc70fb780e1a74b /tl.vim
parentbdd4e1c8e141e3d29cc34f16de962d96f4dd8844 (diff)
downloadtxr-e598f74891592a67d31985182af24243a2e6ccd5.tar.gz
txr-e598f74891592a67d31985182af24243a2e6ccd5.tar.bz2
txr-e598f74891592a67d31985182af24243a2e6ccd5.zip
vm/asm: housecleaning: remove deprecated opcodes.
Since we have are breaking binary compatibility in the upcoming TXR 252, we might as well take the opportunity to remove deprecated opcodes that the compiler doesn't use. * share/txr/stdlib/asm.tl (op-fin): Opcode removed. (op-pprof): Derive directly from op-end rather than op-fin. (op-movrsi, op-movsmi, op-movrbi, op-movi-pseudo): Opcodes removed. * vm.c (vm_fin, vm_movrsi, vm_movsmi, vm_movrbi): Functions removed. (vm_execute): FIN, MOVRSI, MOVSMI, MOVRBI cases removed. * vmop.h: Regenerated. (vm_op_t): Enum members FIN, MOVRSI, MOVSMI, MOVRBI removed.
Diffstat (limited to 'tl.vim')
0 files changed, 0 insertions, 0 deletions