qemu/accel/tcg
Alex Bennée 600e17b261 accel/tcg: increase default code gen buffer size for 64 bit
While 32mb is certainly usable a full system boot ends up flushing the
codegen buffer nearly 100 times. Increase the default on 64 bit hosts
to take advantage of all that spare memory. After this change I can
boot my tests system without any TB flushes.

As we usually run more CONFIG_USER binaries at a time in typical usage
we aren't quite as profligate for user-mode code generation usage. We
also bring the static code gen defies to the same place to keep all
the reasoning in the comments together.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Tested-by: Niek Linnenbank <nieklinnenbank@gmail.com>
Reviewed-by: Niek Linnenbank <nieklinnenbank@gmail.com>
Message-Id: <20200228192415.19867-5-alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2020-02-28 17:43:31 -08:00
..
Makefile.objs
atomic_common.inc.c
atomic_template.h
cpu-exec-common.c
cpu-exec.c
cputlb.c
plugin-gen.c
plugin-helpers.h
tcg-all.c
tcg-runtime-gvec.c
tcg-runtime.c
tcg-runtime.h
trace-events
translate-all.c accel/tcg: increase default code gen buffer size for 64 bit 2020-02-28 17:43:31 -08:00
translate-all.h
translator.c
user-exec-stub.c
user-exec.c