]> git.proxmox.com Git - mirror_qemu.git/commit - translate-all.c
TCG: Move translation block variables to new context inside tcg_ctx: tb_ctx
authorEvgeny Voevodin <evgenyvoevodin@gmail.com>
Thu, 31 Jan 2013 18:47:23 +0000 (01:47 +0700)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 16 Feb 2013 10:41:16 +0000 (10:41 +0000)
commit5e5f07e08f7ed8c8eb9b02d9f9c3c79cf95d65ee
treee5e495dbded2697b180c04de308701755297731b
parent0b0d3320db74cde233ee7855ad32a9c121d20eb4
TCG: Move translation block variables to new context inside tcg_ctx: tb_ctx

It's worth to clean-up translation blocks variables and move them
into one context as was suggested by Swirl.
Also if we use this context directly inside tcg_ctx, then it
speeds up code generation a bit.

Signed-off-by: Evgeny Voevodin <evgenyvoevodin@gmail.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
cpu-exec.c
include/exec/exec-all.h
linux-user/main.c
tcg/tcg.h
translate-all.c