rv32jit icon indicating copy to clipboard operation
rv32jit copied to clipboard

JIT-accelerated RISC-V instruction set simulator

Results 2 rv32jit issues
Sort by recently updated
recently updated
newest added

At present, [libelf](https://sourceware.org/elfutils/) is used for parsing and reading given ELF files, but it is a bit heavy. Measuring on Ubuntu Linux 20.04, the stripped libelf occupies 107KB in file...

When I turn on the `-fsanitize=address` flag for clang++, and `make check`. The aes.elf stage said: ``` Running build/aes.elf ... Test results AES-128 ECB encryption: PASSED! AES-128 ECB decryption: PASSED!...