]> git.proxmox.com Git - mirror_qemu.git/commit
tcg/tci: Implement goto_ptr
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 2 Feb 2021 19:40:22 +0000 (09:40 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 19 Jun 2021 18:08:00 +0000 (11:08 -0700)
commit6eea04347eb667f1326cb9b68c5b8f3d737f565d
tree138cbacf66b4dca26dee726df9c398bf12bf960e
parent650898891837a9772a5410e73c637a55d99e1e50
tcg/tci: Implement goto_ptr

This operation is critical to staying within the interpretation
loop longer, which avoids the overhead of setup and teardown for
many TBs.

The check in tcg_prologue_init is disabled because TCI does
want to use NULL to indicate exit, as opposed to branching to
a real epilogue.

Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/tcg.c
tcg/tci.c
tcg/tci/tcg-target-con-set.h
tcg/tci/tcg-target.c.inc
tcg/tci/tcg-target.h