What's Changed
- Support binary translation for run-time execute segments, enabling it for RISC-V that is generated on-the-fly
- Implement most B-extension instructions generated by GCC (so far), including for binary translation
- Use real instruction count to avoid exiting binary translation loops by @fwsGonzo in #93
- Simplify instruction counting in binary translation by @fwsGonzo in #94
- Tons of small improvements and fixes!
Full Changelog: v0.20...v0.21