Re: [Qemu-devel] [PATCH 00/10] TCG optimizations for 2.10

2017-04-12 Thread Alex Bennée
Emilio G. Cota writes: > Hi all, > > This series is aimed at 2.10 or beyond. Its goal is to improve > TCG performance by optimizing: > > 1- Cross-page direct jumps (softmmu only, obviously). Patches 1-4. > 2- Indirect branches (softmmu and user-mode). Patches 5-9. > 3- tb_jmp_cache hashing in us

[Qemu-devel] [PATCH 00/10] TCG optimizations for 2.10

2017-04-11 Thread Emilio G. Cota
Hi all, This series is aimed at 2.10 or beyond. Its goal is to improve TCG performance by optimizing: 1- Cross-page direct jumps (softmmu only, obviously). Patches 1-4. 2- Indirect branches (softmmu and user-mode). Patches 5-9. 3- tb_jmp_cache hashing in user-mode. Patch 10. I decided to work on