On 23/2/23 00:26, Richard Henderson wrote:
Write back the number of insns that we attempt to translate, so that if we longjmp out we have a more accurate limit for the next attempt. This results in fewer restarts when some limit is consumed by few instructions.Signed-off-by: Richard Henderson <richard.hender...@linaro.org> --- accel/tcg/translator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>