fwsGonzo / libriscv

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

Improved prepared calls #163

Closed fwsGonzo closed 2 weeks ago

fwsGonzo commented 2 weeks ago

An attempt at short-circuiting binary translated functions when directly called

The current prepared calls are designed such that they are the most useful to me, but it doesn't seem like they are lowering latency despite clearly "doing less". Very frustrating situation.