libriscv
libriscv copied to clipboard
Expand compressed instructions for fastsim
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.