ir: consolidate IRCodeInstruction and Instruction

This commit is contained in:
Irmen de Jong
2022-09-26 19:46:44 +02:00
parent 0da117efd2
commit 4d6dcbd173
17 changed files with 624 additions and 649 deletions

View File

@@ -3,7 +3,7 @@ TODO
For next release
^^^^^^^^^^^^^^^^
- vm: merge IRCodeInstruction into Instruction directly
- vm: move codeGenVirtual module into virtualmachine module?
- vm: actually translate IRProgram to vm program list again.
- docs: modify compiler arch picture once this is done.