qemu-patch-raspberry4/tcg/i386
Yeongkyoon Lee b76f0d8c2e tcg: Optimize qemu_ld/st by generating slow paths at the end of a block
Add optimized TCG qemu_ld/st generation which locates the code of TLB miss
cases at the end of a block after generating the other IRs.
Currently, this optimization supports only i386 and x86_64 hosts.

Signed-off-by: Yeongkyoon Lee <yeongkyoon.lee@samsung.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
2012-11-03 09:44:21 +00:00
..
tcg-target.c tcg: Optimize qemu_ld/st by generating slow paths at the end of a block 2012-11-03 09:44:21 +00:00
tcg-target.h tcg: Remove TCG_TARGET_HAS_GUEST_BASE define 2012-10-12 14:27:05 +03:00