Re: [Qemu-devel] [PATCH 2.3 7/8] tcg: Implement insert_op_before

2014-11-14 Thread Richard Henderson
On 11/14/2014 04:25 PM, Bastian Koppelmann wrote: > > On 11/11/2014 04:24 PM, Richard Henderson wrote: >> Rather reserving space in the op stream for optimization, >> let the optimizer add ops as necessary. >> >> Signed-off-by: Richard Henderson >> --- >> tcg/optimize.c | 57 >> +++

Re: [Qemu-devel] [PATCH 2.3 7/8] tcg: Implement insert_op_before

2014-11-14 Thread Bastian Koppelmann
On 11/11/2014 04:24 PM, Richard Henderson wrote: Rather reserving space in the op stream for optimization, let the optimizer add ops as necessary. Signed-off-by: Richard Henderson --- tcg/optimize.c | 57 +++-- tcg/tcg-op.c | 16

[Qemu-devel] [PATCH 2.3 7/8] tcg: Implement insert_op_before

2014-11-11 Thread Richard Henderson
Rather reserving space in the op stream for optimization, let the optimizer add ops as necessary. Signed-off-by: Richard Henderson --- tcg/optimize.c | 57 +++-- tcg/tcg-op.c | 16 2 files changed, 35 insertions(+), 38 deleti