fwsGonzo / libriscv

The fastest RISC-V sandbox
BSD 3-Clause "New" or "Revised" License
522 stars 46 forks source link

bintr: Try to re-enter translation immediately #147

Closed fwsGonzo closed 3 weeks ago

fwsGonzo commented 3 weeks ago

Try to quickly re-enter binary translation. This change makes a lot of sense now that larger portions of the program is binary translated. Also fix a bug with memory traps and binary translation fallback reads/writes.