tcg: Increase the highwater reservation
commitb17a6d3390f87620735f7efb03bb1c96682ff449
authorRichard Henderson <rth@twiddle.net>
Tue, 1 Dec 2015 16:10:28 +0000 (1 08:10 -0800)
committerRichard Henderson <rth@twiddle.net>
Tue, 1 Dec 2015 22:36:32 +0000 (1 14:36 -0800)
treefa528a68581ad3d8775a1ce86c65dc00189b47a1
parenta2485925f76d01795f041fd63663d8582139fda4
tcg: Increase the highwater reservation

If there are a lot of guest memory ops in the TB, the amount of
code generated by tcg_out_tb_finalize could be well more than 1k.
In the short term, increase the reservation larger than any TB
seen in practice.

Reported-by: Aurelien Jarno <aurelien@aurel32.net>
Reviewed-by: Aurelien Jarno <aurelien@aurel32.net>
Tested-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Richard Henderson <rth@twiddle.net>
tcg/tcg.c