Re: [Qemu-devel] [PATCH 1/2] tcg: Compress TCGLabelQemuLdst

2014-09-08 Thread Claudio Fontana
Reviewed-by: Claudio Fontana On 03.09.2014 18:46, Richard Henderson wrote: > Use 1 32-bit word instead of 6. > > Signed-off-by: Richard Henderson > --- > tcg/tcg-be-ldst.h | 19 --- > 1 file changed, 12 insertions(+), 7 deletions(-) > > diff --git a/tcg/tcg-be-ldst.h b/tcg/tcg

[Qemu-devel] [PATCH 1/2] tcg: Compress TCGLabelQemuLdst

2014-09-03 Thread Richard Henderson
Use 1 32-bit word instead of 6. Signed-off-by: Richard Henderson --- tcg/tcg-be-ldst.h | 19 --- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/tcg/tcg-be-ldst.h b/tcg/tcg-be-ldst.h index 49b3de6..904eeda 100644 --- a/tcg/tcg-be-ldst.h +++ b/tcg/tcg-be-ldst.h @@ -