qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/5] target-alpha improvements


From: Richard Henderson
Subject: [Qemu-devel] [PATCH 0/5] target-alpha improvements
Date: Tue, 16 Mar 2010 08:45:36 -0700

The major thing here is the addition of the CONST/PURE markers
to the helper functions.  In the process of studying the helper
implmentations to see how each ought to get marked, there were
several follow-on improvements that caught my eye.


r~


Richard Henderson (5):
  target-alpha: Add flags markups to helpers.h.
  target-alpha: Implement cpys{,n,e} inline.
  target-alpha: Implement rs/rc properly.
  target-alpha: Implement cvtql inline.
  target-alpha: Implement cvtlq inline.

 linux-user/main.c        |    5 ++
 target-alpha/helper.h    |  179 +++++++++++++++++++++------------------------
 target-alpha/op_helper.c |   73 +------------------
 target-alpha/translate.c |  163 ++++++++++++++++++++++++++++++++++++++----
 4 files changed, 239 insertions(+), 181 deletions(-)





reply via email to

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