2023-09-18 18:31:59 +00:00
|
|
|
# .nmvm Near Metal Virtual Machine
|
|
|
|
Exercise in building low overhead VM via architecture specific means.
|
2023-09-19 04:13:46 +00:00
|
|
|
|
|
|
|
## Cases
|
|
|
|
- Native stack usage for virtual machine.
|
|
|
|
- Specific permutations of instructions for case optimizations.
|
|
|
|
- Array processing instructions.
|
|
|
|
- Absolute addressing for interpreter state, in TLS.
|