Re: [Qemu-devel] [PATCH for-next 3/8] tcg-i386: Tidy qemu_ld/st slow path
On Mon, Aug 05, 2013 at 08:07:20AM -1000, Richard Henderson wrote: > Use existing stack space for arguments; don't push/pop. > Use less ifdefs and more C ifs. > > Signed-off-by: Richard Henderson > --- > tcg/i386/tcg-target.c | 159 > +- > 1 file
[Qemu-devel] [PATCH for-next 3/8] tcg-i386: Tidy qemu_ld/st slow path
Use existing stack space for arguments; don't push/pop. Use less ifdefs and more C ifs. Signed-off-by: Richard Henderson --- tcg/i386/tcg-target.c | 159 +- 1 file changed, 68 insertions(+), 91 deletions(-) diff --git a/tcg/i386/tcg-target.c b/tcg