fwsGonzo / libriscv

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

Add experimental inaccurate dispatch #168

Closed fwsGonzo closed 3 days ago

fwsGonzo commented 1 week ago

Who understands you, machine? It's literally slower than the instruction-counting dispatch. By a fairly large margin.

fwsGonzo commented 3 days ago

It continues being slower than counted threaded, but actually faster than counted switch-based. Overall, it's an experimental feature that few people will use, but it shows that it can be faster. And, it matches well with timed vmcalls.