Re: [Qemu-devel] [PATCH 04/11] Delegate setup of TCG temporaries to targets

2011-05-17 Thread Richard Henderson
On 05/14/2011 12:37 PM, Blue Swirl wrote: > Delegate TCG temp_buf setup to targets, so that they can use a stack > frame later instead. > > Signed-off-by: Blue Swirl Reviewed-by: Richard Henderson I think this sub-series moving TCG temps to the stack frame should go in. We can tidy up the ot

[Qemu-devel] [PATCH 04/11] Delegate setup of TCG temporaries to targets

2011-05-14 Thread Blue Swirl
Delegate TCG temp_buf setup to targets, so that they can use a stack frame later instead. Signed-off-by: Blue Swirl --- tcg/arm/tcg-target.c |2 ++ tcg/hppa/tcg-target.c |2 ++ tcg/i386/tcg-target.c |2 ++ tcg/ia64/tcg-target.c |2 ++ tcg/mips/tcg-target.c |2 ++ tcg/pp