Re: [PATCH v2 15/22] tcg: Remove TCG_TARGET_HAS_direct_jump

2023-01-17 Thread Alex Bennée
Richard Henderson writes: > We now have the option to generate direct or indirect > goto_tb depending on the dynamic displacement, thus > the define is no longer necessary or completely accurate. > > Signed-off-by: Richard Henderson > --- > tcg/aarch64/tcg-target.h | 1 - > tcg/arm/tcg-t

[PATCH v2 15/22] tcg: Remove TCG_TARGET_HAS_direct_jump

2023-01-08 Thread Richard Henderson
We now have the option to generate direct or indirect goto_tb depending on the dynamic displacement, thus the define is no longer necessary or completely accurate. Signed-off-by: Richard Henderson --- tcg/aarch64/tcg-target.h | 1 - tcg/arm/tcg-target.h | 1 - tcg/i386/tcg-target.h