[Qemu-devel] [PATCH 05/18] TCG/x86: use stack for TCG temps

2011-06-19 Thread Blue Swirl
Use stack instead of temp_buf array in CPUState for TCG temps. Signed-off-by: Blue Swirl --- tcg/i386/tcg-target.c | 22 -- 1 files changed, 12 insertions(+), 10 deletions(-) diff --git a/tcg/i386/tcg-target.c b/tcg/i386/tcg-target.c index 4c29ced..7529677 100644 --- a/tcg

[Qemu-devel] [PATCH 05/18] TCG/x86: use stack for TCG temps

2011-05-28 Thread Blue Swirl
Use stack instead of temp_buf array in CPUState for TCG temps. Signed-off-by: Blue Swirl --- tcg/i386/tcg-target.c | 22 -- 1 files changed, 12 insertions(+), 10 deletions(-) diff --git a/tcg/i386/tcg-target.c b/tcg/i386/tcg-target.c index 4c29ced..7529677 100644 --- a/tcg