fwsGonzo / libriscv

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

Reorganize members, add alignment hints, move atomics to Memory #121

Closed fwsGonzo closed 6 months ago

fwsGonzo commented 6 months ago

This PR is an attempt at stabilizing performance. The emulator clearly has alignment issues, and the performance changes wildly with code changes.

fwsGonzo commented 6 months ago

After some initial testing, this PR seems to stabilize the performance better.