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
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