Re: [PATCH v2 20/22] tcg/arm: 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 > --- > tcg/arm/tcg-target.

[PATCH v2 20/22] tcg/arm: 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/arm/tcg-target.c.inc | 52 --