]> Git Repo - qemu.git/commit - tcg/tcg-op.c
tcg: Implement CPU_LOG_TB_NOCHAIN during expansion
authorRichard Henderson <[email protected]>
Sat, 6 Oct 2018 16:05:30 +0000 (09:05 -0700)
committerRichard Henderson <[email protected]>
Fri, 19 Oct 2018 01:58:10 +0000 (18:58 -0700)
commitd7f425fdea991f052241c6479acd9feae834063b
tree02fecbecf11af94168af50acfd5ece68cb4abd54
parent77f7c747193662edfadeeb3118d63eed0eac51a6
tcg: Implement CPU_LOG_TB_NOCHAIN during expansion

Rather than test NOCHAIN before linking, do not emit the
goto_tb opcode at all.  We already do this for goto_ptr.

Signed-off-by: Richard Henderson <[email protected]>
accel/tcg/cpu-exec.c
tcg/tcg-op.c
This page took 0.024784 seconds and 4 git commands to generate.