|
From: | Richard Henderson |
Subject: | Re: [PATCH v1 10/12] accel/tcg: remove CF_NOCACHE and special cases |
Date: | Tue, 9 Feb 2021 13:03:24 -0800 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 |
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.bennee@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.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |