Files
tyche/TODO.md
2026-04-28 16:51:19 -05:00

378 B

Bytecode

  • 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