]> git.proxmox.com Git - qemu.git/commit - configure
tcg-arm: Convert to CONFIG_QEMU_LDST_OPTIMIZATION
authorRichard Henderson <rth@twiddle.net>
Wed, 13 Mar 2013 22:24:33 +0000 (15:24 -0700)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 27 Apr 2013 00:16:45 +0000 (02:16 +0200)
commitdf5e0ef711cdd2ebfd4bdf420bfde17aa28df8b1
tree9f1983ab5d8ab04ade16f4695c4d7285b0d8c285
parent302fdde73f88fd958acfa18b670eed092eab21a0
tcg-arm: Convert to CONFIG_QEMU_LDST_OPTIMIZATION

Move the slow path out of line, as the TODO's mention.
This allows the fast path to be unconditional, which can
speed up the fast path as well, depending on the core.

Signed-off-by: Richard Henderson <rth@twiddle.net>
configure
include/exec/exec-all.h
tcg/arm/tcg-target.c