qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/5] target-arm: misc optimizations


From: Aurelien Jarno
Subject: [Qemu-devel] [PATCH 0/5] target-arm: misc optimizations
Date: Mon, 17 Sep 2012 01:08:30 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]