Re: [PATCH 16/26] tcg: Move MAX_CODE_GEN_BUFFER_SIZE to tcg-target.h

2021-03-13 Thread Richard Henderson
On 3/10/21 6:42 PM, BALATON Zoltan wrote: -/* Minimum size of the code gen buffer.  This number is randomly chosen, -   but not so small that we can't have a fair number of TB's live.  */ +/* + * Minimum size of the code gen buffer.  This number is randomly chosen, + * but not so small that we

Re: [PATCH 16/26] tcg: Move MAX_CODE_GEN_BUFFER_SIZE to tcg-target.h

2021-03-10 Thread BALATON Zoltan
On Wed, 10 Mar 2021, Richard Henderson wrote: Remove the ifdef ladder and move each define into the appropriate header file. Signed-off-by: Richard Henderson --- tcg/aarch64/tcg-target.h | 1 + tcg/arm/tcg-target.h | 1 + tcg/i386/tcg-target.h| 2 ++ tcg/mips/tcg-target.h| 6

[PATCH 16/26] tcg: Move MAX_CODE_GEN_BUFFER_SIZE to tcg-target.h

2021-03-10 Thread Richard Henderson
Remove the ifdef ladder and move each define into the appropriate header file. Signed-off-by: Richard Henderson --- tcg/aarch64/tcg-target.h | 1 + tcg/arm/tcg-target.h | 1 + tcg/i386/tcg-target.h| 2 ++ tcg/mips/tcg-target.h| 6 ++ tcg/ppc/tcg-target.h | 2 ++