All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH  v2 0/4] Clean-up codegen cache size
@ 2020-02-28 19:24 Alex Bennée
  2020-02-28 19:24 ` [PATCH v2 1/4] accel/tcg: use units.h for defining code gen buffer sizes Alex Bennée
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Alex Bennée @ 2020-02-28 19:24 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-arm, Alex Bennée

Hi,

A few tweaks to the final commit so we are a little less greedy for
translation buffer, especially for the CONFIG_USER case. Otherwise
I've applied the review tags.

Alex Bennée (4):
  accel/tcg: use units.h for defining code gen buffer sizes
  accel/tcg: remove link between guest ram and TCG cache size
  accel/tcg: only USE_STATIC_CODE_GEN_BUFFER on 32 bit hosts
  accel/tcg: increase default code gen buffer size for 64 bit

 accel/tcg/translate-all.c | 61 +++++++++++++++++++++++----------------
 1 file changed, 36 insertions(+), 25 deletions(-)

-- 
2.20.1



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-02-29  1:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-28 19:24 [PATCH v2 0/4] Clean-up codegen cache size Alex Bennée
2020-02-28 19:24 ` [PATCH v2 1/4] accel/tcg: use units.h for defining code gen buffer sizes Alex Bennée
2020-02-28 19:24 ` [PATCH v2 2/4] accel/tcg: remove link between guest ram and TCG cache size Alex Bennée
2020-02-28 20:17   ` Niek Linnenbank
2020-02-28 19:24 ` [PATCH v2 3/4] accel/tcg: only USE_STATIC_CODE_GEN_BUFFER on 32 bit hosts Alex Bennée
2020-02-28 19:24 ` [PATCH v2 4/4] accel/tcg: increase default code gen buffer size for 64 bit Alex Bennée
2020-02-28 20:18   ` Niek Linnenbank
2020-02-29  1:46 ` [PATCH v2 0/4] Clean-up codegen cache size Richard Henderson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.