Re: [Qemu-devel] [PATCH v2 2/7] tcg-i386: Don't perform GETPC adjustment in TCG code

2013-08-30 Thread Aurelien Jarno
On Thu, Aug 29, 2013 at 03:05:56PM -0700, Richard Henderson wrote: > Since we now perform it inside the helper, no need to do it here. > This also lets us perform a tail-call from the store slow path to > the helper. > > Signed-off-by: Richard Henderson > --- > tcg/i386/tcg-target.c | 34 +++

[Qemu-devel] [PATCH v2 2/7] tcg-i386: Don't perform GETPC adjustment in TCG code

2013-08-29 Thread Richard Henderson
Since we now perform it inside the helper, no need to do it here. This also lets us perform a tail-call from the store slow path to the helper. Signed-off-by: Richard Henderson --- tcg/i386/tcg-target.c | 34 ++ 1 file changed, 14 insertions(+), 20 deletions(-) d