diff options
author | Emilio G. Cota <cota@braap.org> | 2017-07-05 18:41:23 -0400 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2017-10-10 07:37:10 -0700 |
commit | 619205fd1facd5078d127cd94e4713b590770f96 (patch) | |
tree | bc8123cf7fb7cf27b3e81798f454048cac8a50d1 /tcg/tcg.h | |
parent | 5e75150cdf573d9aa21fc9e8552aa2cc6a48bcb1 (diff) | |
download | qemu-619205fd1facd5078d127cd94e4713b590770f96.zip qemu-619205fd1facd5078d127cd94e4713b590770f96.tar.gz qemu-619205fd1facd5078d127cd94e4713b590770f96.tar.bz2 |
tcg: take .helpers out of TCGContext
Groundwork for supporting multiple TCG contexts.
The hash table becomes read-only after it is filled in,
so we can save space by keeping just a global pointer to it.
Reviewed-by: Richard Henderson <rth@twiddle.net>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Emilio G. Cota <cota@braap.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tcg/tcg.h')
-rw-r--r-- | tcg/tcg.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -656,8 +656,6 @@ struct TCGContext { tcg_insn_unit *code_ptr; - GHashTable *helpers; - #ifdef CONFIG_PROFILER /* profiling info */ int64_t tb_count1; |