Emilio G. Cota <[email protected]> writes: > Having a fixed-size hash table for keeping track of all translation blocks > is suboptimal: some workloads are just too big or too small to get maximum <snip> > Reviewed-by: Alex Bennée <[email protected]> > Reviewed-by: Richard Henderson <[email protected]> > Signed-off-by: Emilio G. Cota <[email protected]> > --- > cpu-exec.c | 86 > ++++++++++++++++++++++++------------------------- > include/exec/exec-all.h | 9 +++--- > include/exec/tb-hash.h | 3 +- > translate-all.c | 85 ++++++++++++++++++++++-------------------------- > 4 files changed, 86 insertions(+), 97 deletions(-)
There are some conflicts with master here due to the move of TBContext. -- Alex Bennée
