| commit | b6c73a6d45b63926066aa71702d6017e7e43724a | [log] [tgz] |
|---|---|---|
| author | Richard Henderson <rth@twiddle.net> | Tue Sep 16 09:51:46 2014 -0700 |
| committer | Richard Henderson <rth@redhat.com> | Mon Sep 29 14:55:28 2014 -0400 |
| tree | da878bb5d580d5538b4ff19b37a207d38c424159 | |
| parent | 58099c80664a2feed354f2ff8014350180becb5d [diff] |
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>