Re: [PATCH v2 22/22] tcg/riscv: Implement direct branch for goto_tb

2023-01-17 Thread Alex Bennée
Richard Henderson writes: > Now that tcg can handle direct and indirect goto_tb simultaneously, > we can optimistically leave space for a direct branch and fall back > to loading the pointer from the TB for an indirect branch. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée --

[PATCH v2 22/22] tcg/riscv: Implement direct branch for goto_tb

2023-01-08 Thread Richard Henderson
Now that tcg can handle direct and indirect goto_tb simultaneously, we can optimistically leave space for a direct branch and fall back to loading the pointer from the TB for an indirect branch. Signed-off-by: Richard Henderson --- tcg/riscv/tcg-target.c.inc | 19 +-- 1 file chan