koute / polkavm

A fast and secure RISC-V based virtual machine
Apache License 2.0
244 stars 52 forks source link

Interpreter: Trace log the current instruction #102

Closed xermicus closed 7 months ago

xermicus commented 7 months ago

As discussed, we can do it in the interpreter instead of the tracer (we don't care too much about performance now, in the future we can for example make different variants of the interpreter loop)