zink
zink copied to clipboard
Introduce backtrace for opcodes
Describe the feature
This is required for generating the end for the function dispatcher
- jump to call from selector
- jump back to the end of the dispatch
- end of program
for step 2., we need to record and verify the end of the dispatcher while generating the bytecode
blocks #153
\passing a pointer of backtrace to the whole system, introduce it in asm.rs
Solution
No response