On 2/9/21 10:27 AM, Alex Bennée wrote: > Now we no longer generate CF_NOCACHE blocks we can remove a bunch of > the special case handling for them. While we are at it we can remove > the unused tb->orig_tb field and save a few bytes on the TB structure. > > Signed-off-by: Alex Bennée <alex.ben...@linaro.org> > --- > include/exec/exec-all.h | 3 --- > accel/tcg/translate-all.c | 51 ++++++++++++--------------------------- > 2 files changed, 15 insertions(+), 39 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~