Re: [PATCH v4 04/27] tcg/s390x: Remove USE_LONG_BRANCHES

2022-12-12 Thread Ilya Leoshkevich
On Thu, Dec 08, 2022 at 08:05:07PM -0600, Richard Henderson wrote: > The size of a compiled TB is limited by the uint16_t used by > gen_insn_end_off[] -- there is no need for a 32-bit branch. > > Signed-off-by: Richard Henderson > --- > tcg/s390x/tcg-target.c.inc | 9 - > 1 file

[PATCH v4 04/27] tcg/s390x: Remove USE_LONG_BRANCHES

2022-12-08 Thread Richard Henderson
The size of a compiled TB is limited by the uint16_t used by gen_insn_end_off[] -- there is no need for a 32-bit branch. Signed-off-by: Richard Henderson --- tcg/s390x/tcg-target.c.inc | 9 - 1 file changed, 9 deletions(-) diff --git a/tcg/s390x/tcg-target.c.inc