tcg: Always enable TCGv type checking
commitb6c73a6d45b63926066aa71702d6017e7e43724a
authorRichard Henderson <rth@twiddle.net>
Tue, 16 Sep 2014 16:51:46 +0000 (16 09:51 -0700)
committerRichard Henderson <rth@redhat.com>
Mon, 29 Sep 2014 18:55:28 +0000 (29 14:55 -0400)
treeda878bb5d580d5538b4ff19b37a207d38c424159
parent58099c80664a2feed354f2ff8014350180becb5d
tcg: Always enable TCGv type checking

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.

Signed-off-by: Richard Henderson <rth@twiddle.net>
tcg/tcg.h