tcg: Always enable TCGv type checking

Enterprise / Virtualization / QEMU - Richard Henderson [twiddle.net] - 29 September 2014 13:55 UTC

Instead of using structures, which imply some amount of overhead on certain ABIs, use pointer types.

This actually reduces the size of the binaries vs a NON-debug build on ppc64 and x86_64, due to a reduction in the number of sign-extension insns.

b6c73a6 tcg: Always enable TCGv type checking
tcg/tcg.h | 89 +++++++++++++++++++++++--------------------------------------
1 file changed, 34 insertions(+), 55 deletions(-)

Upstream: git.qemu.org


  • Share