Re: [Qemu-devel] [PATCH 0/5] TCG global gen_opc_ arrays clean-up

2012-12-08 Thread Blue Swirl
Thanks, applied all. On Tue, Dec 4, 2012 at 4:49 AM, Evgeny Voevodin wrote: > On 11/26/2012 08:19 AM, Evgeny Voevodin wrote: >> >> On 11/21/2012 11:43 AM, Evgeny Voevodin wrote: >>> >>> This set of patches moves global variables to tcg_ctx: >>> gen_opc_instr >>> gen_opparam_icount >>> gen_opc_pc

Re: [Qemu-devel] [PATCH 0/5] TCG global gen_opc_ arrays clean-up

2012-12-03 Thread Evgeny Voevodin
On 11/26/2012 08:19 AM, Evgeny Voevodin wrote: On 11/21/2012 11:43 AM, Evgeny Voevodin wrote: This set of patches moves global variables to tcg_ctx: gen_opc_instr gen_opparam_icount gen_opc_pc Build tested for all targets. Execution tested on Exynos4210 target. After this patchset was aplied,

Re: [Qemu-devel] [PATCH 0/5] TCG global gen_opc_ arrays clean-up

2012-11-25 Thread Evgeny Voevodin
On 11/21/2012 11:43 AM, Evgeny Voevodin wrote: This set of patches moves global variables to tcg_ctx: gen_opc_instr gen_opparam_icount gen_opc_pc Build tested for all targets. Execution tested on Exynos4210 target. After this patchset was aplied, I noticed no speed-up or slow-down of code gener

[Qemu-devel] [PATCH 0/5] TCG global gen_opc_ arrays clean-up

2012-11-20 Thread Evgeny Voevodin
This set of patches moves global variables to tcg_ctx: gen_opc_instr gen_opparam_icount gen_opc_pc Build tested for all targets. Execution tested on Exynos4210 target. After this patchset was aplied, I noticed no speed-up or slow-down of code generation. Here is the test procedure: 1. Boot Linux