libriscv icon indicating copy to clipboard operation
libriscv copied to clipboard

Expand compressed instructions for fastsim

Open fwsGonzo opened this issue 2 years ago • 0 comments

It is possible to make compressed instructions faster using fastsim because it stores instructions separately as 32-bit. This will improve C-extension performance, but it will still not be able to match RV32G.

This will also be useful when I make a prototype for bytecode based simulation.

fwsGonzo avatar Apr 25 '22 07:04 fwsGonzo