Re: [PATCH 4/7] exec: Restrict TARGET_PAGE_BITS_VARY assert to CONFIG_DEBUG_TCG

2019-09-21 Thread Philippe Mathieu-Daudé
On 9/20/19 1:29 AM, Richard Henderson wrote: > This reduces the size of a release build by about 10k. > Noticably, within the tlb miss helpers. > > Signed-off-by: Richard Henderson > --- > include/exec/cpu-all.h | 6 +- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --git

[PATCH 4/7] exec: Restrict TARGET_PAGE_BITS_VARY assert to CONFIG_DEBUG_TCG

2019-09-19 Thread Richard Henderson
This reduces the size of a release build by about 10k. Noticably, within the tlb miss helpers. Signed-off-by: Richard Henderson --- include/exec/cpu-all.h | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/include/exec/cpu-all.h b/include/exec/cpu-all.h index