-
Notifications
You must be signed in to change notification settings - Fork 1
Home
skyrabbit edited this page Sep 14, 2019
·
1 revision
Welcome to the challenging wiki!
A Small Virtual Machine (for incremental)
- CISC
- Register Machine
- 32bit (Word Code)
- Direct Threading
- Linking
.wcfiles - Runtime Stack
- Garbage Collection
- JIT Compiling
int magic;
int entry_point;
int registers_size;
int references_size;
int functions_size;
function functions[functions_size];
int instructions_size;
int instructions[instructions_size];
int constant_pool_size;
constant constant_pool[constant_pool_size];