Comment on RPython-based emulator speeds up RISC-V simulation over 15xComments−mattipOP3yRPython is a limited Python subset that can be compiled to C. It provides a meta-JIT and a garbage collector for interpreters built on top of it.
Comments
RPython is a limited Python subset that can be compiled to C. It provides a meta-JIT and a garbage collector for interpreters built on top of it.