On 07/08/2017 09:50 PM, Emilio G. Cota wrote:
Before TCGContext is made thread-local.The hash table becomes read-only after it is filled in, so we can save space by keeping just a global pointer to it. Signed-off-by: Emilio G. Cota<c...@braap.org> --- tcg/tcg.h | 2 -- tcg/tcg.c | 10 +++++----- 2 files changed, 5 insertions(+), 7 deletions(-)
Reviewed-by: Richard Henderson <r...@twiddle.net> r~