summaryrefslogtreecommitdiffstats
path: root/vmop.h
Commit message (Expand)AuthorAgeFilesLines
* Copyright year bump 2022.Kaz Kylheku2022-01-111-1/+1
* license: reformat to fit 80 columns.Kaz Kylheku2021-08-161-12/+13
* vm/asm: housecleaning: remove deprecated opcodes.Kaz Kylheku2021-02-141-38/+34
* vm: remove hard-coded constants.Kaz Kylheku2021-02-101-0/+1
* Copyright year bump 2021.Kaz Kylheku2021-01-141-1/+1
* vm: derive duplicated constants from Lisp origin.Kaz Kylheku2021-01-111-0/+7
* vm: deprecate move-immediate instructions.Kaz Kylheku2020-10-011-3/+3
* Copyright year bump 2020.Kaz Kylheku2019-12-311-1/+1
* Copyright year bump 2019.Kaz Kylheku2019-01-161-1/+1
* compiler: optimize dwim.Kaz Kylheku2018-11-041-1/+2
* vm/asm: new instructions getlx and setlx.Kaz Kylheku2018-10-261-0/+2
* vm/asm: new prof instruction.Kaz Kylheku2018-03-271-33/+34
* vm/asm: new swtch instruction.Kaz Kylheku2018-03-261-18/+19
* compiler/vm: implement sys:abscond-from special form.Kaz Kylheku2018-03-261-12/+13
* vm: function table for faster calls.Kaz Kylheku2018-03-181-27/+29
* asm/vm: add ifq and ifql instructions.Kaz Kylheku2018-03-151-17/+19
* vm: introduce sframe instruction.Kaz Kylheku2018-03-121-30/+31
* New: virtual machine with assembler.Kaz Kylheku2018-03-101-0/+61