On 2/26/20 10:10 AM, Alex Bennée wrote: > Basing the TB cache size on the ram_size was always a little heuristic > and was broken by a1b18df9a4 which caused ram_size not to be fully > realised at the time we initialise the TCG translation cache. > > The current DEFAULT_CODE_GEN_BUFFER_SIZE may still be a little small > but follow-up patches will address that. > > Fixes: a1b18df9a4 > Signed-off-by: Alex Bennée <[email protected]> > Cc: Niek Linnenbank <[email protected]> > Cc: Igor Mammedov <[email protected]> > --- > accel/tcg/translate-all.c | 8 -------- > 1 file changed, 8 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
