libriscv icon indicating copy to clipboard operation
libriscv copied to clipboard

Move away from PC+/-4 to save some computations in faster modes

Open fwsGonzo opened this issue 2 years ago • 1 comments

This will require some quirk-fixing of many thread system calls and the slow paths

fwsGonzo avatar Apr 25 '22 07:04 fwsGonzo

It wasn't as simple as it seemed. It might not be possible to do away with the way it's done. It will be possible to solve this once we move away from function calls to bytecode jumptable.

fwsGonzo avatar Apr 25 '22 15:04 fwsGonzo

I think this will naturally go away if I decide to do simulation using computed goto. Closing for now.

fwsGonzo avatar Sep 01 '22 14:09 fwsGonzo