Re: [Qemu-devel] [PATCH v6 0/7] TCG global variables clean-up

2012-11-17 Thread Blue Swirl
On Mon, Nov 12, 2012 at 9:27 AM, Evgeny Voevodin wrote: > This set of patches moves global variables to tcg_ctx: > gen_opc_ptr > gen_opparam_ptr > gen_opc_buf > gen_opparam_buf > > Build tested for all targets. > Execution tested on Exynos4210 target. > > After this patchset was aplied, I noticed

Re: [Qemu-devel] [PATCH v6 0/7] TCG global variables clean-up

2012-11-15 Thread Evgeny Voevodin
On 11/12/2012 01:27 PM, Evgeny Voevodin wrote: This set of patches moves global variables to tcg_ctx: gen_opc_ptr gen_opparam_ptr gen_opc_buf gen_opparam_buf Build tested for all targets. Execution tested on Exynos4210 target. After this patchset was aplied, I noticed 0.7% speed-up of code gene

[Qemu-devel] [PATCH v6 0/7] TCG global variables clean-up

2012-11-12 Thread Evgeny Voevodin
This set of patches moves global variables to tcg_ctx: gen_opc_ptr gen_opparam_ptr gen_opc_buf gen_opparam_buf Build tested for all targets. Execution tested on Exynos4210 target. After this patchset was aplied, I noticed 0.7% speed-up of code generation. Probably, this is due to better data cach