qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] tcg memory usage improvements
@ 2016-06-23 18:02 Richard Henderson
  2016-06-23 18:02 ` [Qemu-devel] [PATCH 1/4] tcg: Compress liveness data to 16 bits Richard Henderson
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Richard Henderson @ 2016-06-23 18:02 UTC (permalink / raw)
  To: qemu-devel; +Cc: aurelien

While continuing to work on the sparc64 on i686 problem, I've run into
a few things that could be done better.

I haven't done any proper measurements of memory usage or boot time,
but all together my guess is that this saves 10-20k.  Not much, I grant,
but maintaining more cache locality ought not hurt.


r~


Richard Henderson (4):
  tcg: Compress liveness data to 16 bits
  tcg: Reorg TCGOp chaining
  tcg: Fold life data into TCGOp
  tcg: Compress dead_temps and mem_temps into a single array

 include/exec/gen-icount.h |   2 +-
 tcg/optimize.c            |  37 +---
 tcg/tcg-op.c              |   2 +-
 tcg/tcg.c                 | 472 ++++++++++++++++++++++++++++------------------
 tcg/tcg.h                 |  50 +++--
 5 files changed, 329 insertions(+), 234 deletions(-)

-- 
2.5.5

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

end of thread, other threads:[~2016-06-23 18:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-23 18:02 [Qemu-devel] [PATCH 0/4] tcg memory usage improvements Richard Henderson
2016-06-23 18:02 ` [Qemu-devel] [PATCH 1/4] tcg: Compress liveness data to 16 bits Richard Henderson
2016-06-23 18:03 ` [Qemu-devel] [PATCH 2/4] tcg: Reorg TCGOp chaining Richard Henderson
2016-06-23 18:03 ` [Qemu-devel] [PATCH 3/4] tcg: Fold life data into TCGOp Richard Henderson
2016-06-23 18:03 ` [Qemu-devel] [PATCH 4/4] tcg: Compress dead_temps and mem_temps into a single array Richard Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).