Re: [PATCH v5 13/57] tcg/tci: Reuse tci_args_l for goto_tb

2021-03-16 Thread Philippe Mathieu-Daudé
On 3/11/21 3:39 PM, Richard Henderson wrote: > Convert to indirect jumps, as it's less complicated. > Then we just have a pointer to the tb address at which > the chain is stored, from which we read. > > Signed-off-by: Richard Henderson > --- > tcg/tci/tcg-target.h | 11 +++ >

[PATCH v5 13/57] tcg/tci: Reuse tci_args_l for goto_tb

2021-03-11 Thread Richard Henderson
Convert to indirect jumps, as it's less complicated. Then we just have a pointer to the tb address at which the chain is stored, from which we read. Signed-off-by: Richard Henderson --- tcg/tci/tcg-target.h | 11 +++ tcg/tci.c| 8 +++- tcg/tci/tcg-target.c.inc |