qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] target-xtensa: translator optimizations
@ 2014-12-14  2:21 Max Filippov
  2014-12-14  2:21 ` [Qemu-devel] [PATCH 1/2] target-xtensa: record available window in TB flags Max Filippov
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Max Filippov @ 2014-12-14  2:21 UTC (permalink / raw)
  To: qemu-devel; +Cc: Max Filippov, Richard Henderson

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

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

end of thread, other threads:[~2014-12-15  1:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-14  2:21 [Qemu-devel] [PATCH 0/2] target-xtensa: translator optimizations Max Filippov
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

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).