qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/5] target-arm: misc optimizations
@ 2012-09-16 23:08 Aurelien Jarno
  2012-09-16 23:08 ` [Qemu-devel] [PATCH 1/5] target-arm: use globals for CC flags Aurelien Jarno
                   ` (4 more replies)
  0 siblings, 5 replies; 18+ messages in thread
From: Aurelien Jarno @ 2012-09-16 23:08 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell, Aurelien Jarno

This patch series optimizes the ARM target by:
 - using globals instead of ld/st function
 - using TCG code instead of helpers
 - marking some helpers const and pure

Aurelien Jarno (5):
  target-arm: use globals for CC flags
  target-arm: convert add_cc and sub_cc helpers to TCG
  target-arm: convert shl and shr helpers to TCG
  target-arm: optimize helper_sar
  target-arm: mark a few integer helpers const and pure

 target-arm/helper.h    |   25 +++---
 target-arm/op_helper.c |   38 +-------
 target-arm/translate.c |  229 ++++++++++++++++++++++++++----------------------
 3 files changed, 137 insertions(+), 155 deletions(-)

-- 
1.7.10.4

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

end of thread, other threads:[~2012-09-18 21:12 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-16 23:08 [Qemu-devel] [PATCH 0/5] target-arm: misc optimizations Aurelien Jarno
2012-09-16 23:08 ` [Qemu-devel] [PATCH 1/5] target-arm: use globals for CC flags Aurelien Jarno
2012-09-16 23:08 ` [Qemu-devel] [PATCH 2/5] target-arm: convert add_cc and sub_cc helpers to TCG Aurelien Jarno
2012-09-16 23:08 ` [Qemu-devel] [PATCH 3/5] target-arm: convert shl and shr " Aurelien Jarno
2012-09-17  9:30   ` Laurent Desnogues
2012-09-17  9:43     ` Peter Maydell
2012-09-17 13:36       ` Laurent Desnogues
2012-09-17 13:50         ` Peter Maydell
2012-09-18 21:12         ` Edgar E. Iglesias
2012-09-17 15:34       ` Richard Henderson
2012-09-17 15:41         ` Peter Maydell
2012-09-17 15:44           ` Richard Henderson
2012-09-17 15:36   ` Richard Henderson
2012-09-17 18:09     ` Aurelien Jarno
2012-09-17 18:47       ` Richard Henderson
2012-09-17 20:03         ` Aurelien Jarno
2012-09-16 23:08 ` [Qemu-devel] [PATCH 4/5] target-arm: optimize helper_sar Aurelien Jarno
2012-09-16 23:08 ` [Qemu-devel] [PATCH 5/5] target-arm: mark a few integer helpers const and pure Aurelien Jarno

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