Re: [PATCH v2 3/3] tcg: Restart when exhausting the stack frame

2021-06-19 Thread Philippe Mathieu-Daudé
On 6/19/21 3:42 PM, Richard Henderson wrote: > Assume that we'll have fewer temps allocated after > restarting with a fewer number of instructions. > > Signed-off-by: Richard Henderson > --- > tcg/tcg.c | 6 +- > 1 file changed, 5 insertions(+), 1 deletion(-) Reviewed-by: Philippe Mathieu-D

[PATCH v2 3/3] tcg: Restart when exhausting the stack frame

2021-06-19 Thread Richard Henderson
Assume that we'll have fewer temps allocated after restarting with a fewer number of instructions. Signed-off-by: Richard Henderson --- tcg/tcg.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tcg/tcg.c b/tcg/tcg.c index 47cc66f159..fec922fa9e 100644 --- a/tcg/tcg.c +++