fwsGonzo / libriscv

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

Use registers for counters when entering and leaving binary translation #114

Closed fwsGonzo closed 6 months ago

fwsGonzo commented 6 months ago

The brutal tests will not pass with binary translation with the first two commits, as something is desynched.

fwsGonzo commented 6 months ago

Even though the brutal test fails, I will commit this so I can study the effects of this PR more. The resumption issue will be solved eventually.