14 lines
378 B
Markdown
14 lines
378 B
Markdown
## Bytecode
|
|
|
|
- [x] Byte array
|
|
- Auto-expand
|
|
- Add/retrive byte/int/float/string
|
|
- Should not be larger than the byte array itself
|
|
- [ ] Bytecode
|
|
- Add/retrive all types of data
|
|
- Keeps no memory except for caching
|
|
- [ ] Refactor bytecode code
|
|
- [ ] Bytecode debugging info
|
|
- [ ] Bytecode loader
|
|
- Combine multiple chunks
|
|
- Resolve function ids, constant ids, etc |