Re: [Qemu-devel] [PATCH] tcg: Don't make exitreq flag a local temporary

2013-03-09 Thread Aurelien Jarno
On Tue, Mar 05, 2013 at 08:54:41AM -0800, Richard Henderson wrote: > The value is not actually live across basic blocks, so there's no > need for the local property. This eliminates storing the temporary > to its home location at the branch. > > Cc: Peter Maydell > Signed-off-by: Richard Henders

Re: [Qemu-devel] [PATCH] tcg: Don't make exitreq flag a local temporary

2013-03-05 Thread Peter Maydell
On 6 March 2013 00:54, Richard Henderson wrote: > The value is not actually live across basic blocks, so there's no > need for the local property. This eliminates storing the temporary > to its home location at the branch. > > Cc: Peter Maydell > Signed-off-by: Richard Henderson Reviewed-by: P

[Qemu-devel] [PATCH] tcg: Don't make exitreq flag a local temporary

2013-03-05 Thread Richard Henderson
The value is not actually live across basic blocks, so there's no need for the local property. This eliminates storing the temporary to its home location at the branch. Cc: Peter Maydell Signed-off-by: Richard Henderson --- include/exec/gen-icount.h | 2 +- 1 file changed, 1 insertion(+), 1 de