Re: [PATCH v2 18/21] accel/tcg: re-factor non-RAM execution code

2021-02-11 Thread Richard Henderson
On 2/10/21 2:10 PM, Alex Bennée wrote: > There is no real need to use CF_NOCACHE here. As long as the TB isn't > linked to other TBs or included in the QHT or jump cache then it will > only get executed once. > > Signed-off-by: Alex Bennée > Message-Id: <20210209182749.31323-10-alex.ben...@linaro

[PATCH v2 18/21] accel/tcg: re-factor non-RAM execution code

2021-02-10 Thread Alex Bennée
There is no real need to use CF_NOCACHE here. As long as the TB isn't linked to other TBs or included in the QHT or jump cache then it will only get executed once. Signed-off-by: Alex Bennée Message-Id: <20210209182749.31323-10-alex.ben...@linaro.org> --- accel/tcg/translate-all.c | 30 +