Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 526 Bytes

TODO.md

File metadata and controls

5 lines (4 loc) · 526 Bytes

Todos

  • Optimize call stack caching and building
  • Optimize (backwards) disassembly. For simplicity we do a bunch of copying and throwing away. This might be ok in the long run, it might not. How often do we disassemble backwards? Not much. If we're talking about sub-second responses for a few thousand instructions (backwards, forwards is always extremely fast), it's fine.
  • Write unwind tests and a host of other tests, that involve performing some functionality, when the pc is inside a shared object