sointu/vm/compiler
5684185+vsariola@users.noreply.github.com 01bf409929 refactor(vm): rename Commands/Values to Opcodes/Operands
The commands and values were not very good names to what the
byte sequences actually are: opcodes and their operands. In
many other places, we were already calling the byte in the Command
stream as Opcode, so a logical name for a sequence of these is
Opcodes. Values is such a generic name that it's not immediately
clear that this sequence is related to the opcodes. Operands is not
perfect but clearly suggests that this sequence is related to
the Opcodes.
2023-10-18 19:53:47 +03:00
..
bridge refactor(vm): rename Commands/Values to Opcodes/Operands 2023-10-18 19:53:47 +03:00
templates refactor(vm): rename Commands/Values to Opcodes/Operands 2023-10-18 19:53:47 +03:00
compiler_macros.go reorganize things into different packages 2021-03-02 17:19:45 +02:00
compiler.go refactor(vm): rename BytePatch to Bytecode 2023-10-18 19:12:34 +03:00
featureset_macros.go reorganize things into different packages 2021-03-02 17:19:45 +02:00
song_macros.go feat(sointu, vm): implement pure-Go interpreter for bytecode 2021-03-03 23:55:58 +02:00
wasm_macros.go feat(compiler, wasm): do not hard code memory addresses to uninitialized sections 2021-04-15 23:24:58 +03:00
x86_macros.go feat: add the ability to use Sointu as a sync-tracker 2021-03-09 23:52:33 +02:00