qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Richard Henderson <rth@twiddle.net>
To: qemu-devel@nongnu.org
Cc: aurelien@aurel32.net
Subject: [Qemu-devel] [PATCH 0/4] tcg memory usage improvements
Date: Thu, 23 Jun 2016 11:02:58 -0700	[thread overview]
Message-ID: <1466704982-5919-1-git-send-email-rth@twiddle.net> (raw)

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

             reply	other threads:[~2016-06-23 18:03 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-23 18:02 Richard Henderson [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1466704982-5919-1-git-send-email-rth@twiddle.net \
    --to=rth@twiddle.net \
    --cc=aurelien@aurel32.net \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).