commit | b6bfeea92aea8dbad61ea21cc0c3a2df4d42b96b | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Thu Apr 24 19:39:20 2014 +0000 |
committer | Richard Henderson <rth@twiddle.net> | Sat May 24 08:48:37 2014 -0700 |
tree | b3ca98b196ef093d5a232d8ccbd777cb0236a88c | |
parent | 33fac20bb2ae7fe48932bd950a74ff2f7b134b0f [diff] |
tcg-mips: Enable direct chaining of TBs Now that the code_gen_buffer is constrained to not cross 256mb regions, we are assured that we can use J to reach another TB. Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Richard Henderson <rth@twiddle.net>