fwsGonzo / libriscv

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

Simplify memory helper functions, removing memview and foreach #124

Closed fwsGonzo closed 6 months ago

fwsGonzo commented 6 months ago

memview() and foreach() helper functions have been removed as they were generally slow, and fairly hard to use correctly compared to gather_*, rvbuffer() and now rvview().