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