Skip to content

Commit a550597

Browse files
committed
Add new test: jit-bf
xkon_beta is JIT assembler for RISC-V consisting of only C++ headers. The program "jit-bf" shows the performance gain with xkon_beta: * pure interpreter: 481 us * JIT: 185 us Source: https://github.com/ezaki-k/xkon_beta
1 parent 2b69ea5 commit a550597

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ In `rv32emu` repository, there are some prebuilt ELF files for testing purpose.
150150
* `dhrystone.elf` : See [rv8-bench](https://github.com/michaeljclark/rv8-bench)
151151
* `doom.elf` : See [sysprog21/doom_riscv](https://github.com/sysprog21/doom_riscv) [RV32M]
152152
* `ieee754.elf` : See [tests/ieee754.c](tests/ieee754.c) [RV32F]
153+
* `jit-bf.elf` : See [ezaki-k/xkon_beta](https://github.com/ezaki-k/xkon_beta)
153154
* `maj2random.elf` : See [tests/maj2random.c](tests/maj2random.c) [RV32F]
154155
* `mandelbrot.elf` : See [tests/mandelbrot.c](tests/mandelbrot.c)
155156
* `nqueens.elf` : See [tests/nqueens.c](tests/nqueens.c)

build/jit-bf.elf

845 KB
Binary file not shown.

0 commit comments

Comments
 (0)