[Qemu-devel] [PATCH 0/3] target/riscv: use tcg_lookup_and_goto_ptr

Emilio G. Cota posted 3 patches 7 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180809214356.27690-1-cota@braap.org
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test docker-quick@centos7 passed
There is a newer version of this series
[Qemu-devel] [PATCH 0/3] target/riscv: use tcg_lookup_and_goto_ptr
Posted by Emilio G. Cota 7 years, 2 months ago
There are a few more places where the lookup could be inserted,
but I think these are the ones that will matter performance-wise.

Perf results in patch 3's log.

Regarding the benchmarks: I'd have used SPEC06 but I don't have
much time to get it to compile. Is there a guide on how to do so?
Ideally I'd like to use the fedora image, which works very well.

Thanks,

		Emilio