commit | 23dceda62a3643f734b7aa474fa6052593ae1a70 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Wed Dec 02 13:59:59 2015 -0800 |
committer | Richard Henderson <rth@twiddle.net> | Tue Feb 09 10:19:32 2016 +1100 |
tree | 2d87c66e824a2fcd02556700ae3a3df6b0a5d296 | |
parent | e4a096b1cd4350eeca5dcdc391ab333d2083d7fd [diff] |
tcg: Respect highwater in tcg_out_tb_finalize Undo the workaround at b17a6d3390f87620735f7efb03bb1c96682ff449. If there are lots of memory operations in a TB, the slow path code can exceed the highwater reservation. Add a check within the loop. Tested-by: Aurelien Jarno <aurelien@aurel32.net> Reviewed-by: Aurelien Jarno <aurelien@aurel32.net> Signed-off-by: Richard Henderson <rth@twiddle.net>