qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Max Filippov <jcmvbkbc@gmail.com>
To: qemu-devel@nongnu.org
Cc: Max Filippov <jcmvbkbc@gmail.com>, Richard Henderson <rth@twiddle.net>
Subject: [Qemu-devel] [PATCH 0/2] target-xtensa: translator optimizations
Date: Sun, 14 Dec 2014 05:21:21 +0300	[thread overview]
Message-ID: <1418523683-21756-1-git-send-email-jcmvbkbc@gmail.com> (raw)

Hi,

this series moves decision about throwing window overflow exception to
translation phase and stops code generation early when privilege, window
overflow or coprocessor exception is thrown.
LTP test suite with this series applied runs 6% faster.

Max Filippov (2):
  target-xtensa: record available window in TB flags
  target-xtensa: don't generate dead code

 target-xtensa/cpu.h       |  12 +
 target-xtensa/helper.h    |   2 +-
 target-xtensa/op_helper.c |  29 +-
 target-xtensa/translate.c | 661 ++++++++++++++++++++++++----------------------
 4 files changed, 363 insertions(+), 341 deletions(-)

-- 
1.8.1.4

             reply	other threads:[~2014-12-14  2:22 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-14  2:21 Max Filippov [this message]
2014-12-14  2:21 ` [Qemu-devel] [PATCH 1/2] target-xtensa: record available window in TB flags Max Filippov
2014-12-14  2:21 ` [Qemu-devel] [PATCH 2/2] target-xtensa: don't generate dead code Max Filippov
2014-12-14 18:28 ` [Qemu-devel] [PATCH 0/2] target-xtensa: translator optimizations Richard Henderson
2014-12-15  1:30   ` Max Filippov

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=1418523683-21756-1-git-send-email-jcmvbkbc@gmail.com \
    --to=jcmvbkbc@gmail.com \
    --cc=qemu-devel@nongnu.org \
    --cc=rth@twiddle.net \
    /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).