michaeljclark / rv8

RISC-V simulator for x86-64
https://michaeljclark.github.io/
MIT License
671 stars 97 forks source link

Add JIT support to the full system emulator (rv-sys) #30

Open michaeljclark opened 7 years ago

michaeljclark commented 7 years ago

MMU load and store support has been added to the JIT emitter. Trace cache needs to be updated to handle overlapping virtual addresses, perhaps by using pair<sptbr,pc> as the trace cache key.