From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LgKWw-0004k2-DQ for qemu-devel@nongnu.org; Sun, 08 Mar 2009 11:03:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LgKWv-0004jm-2V for qemu-devel@nongnu.org; Sun, 08 Mar 2009 11:03:05 -0400 Received: from [199.232.76.173] (port=51968 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LgKWu-0004jj-Qf for qemu-devel@nongnu.org; Sun, 08 Mar 2009 11:03:04 -0400 Received: from fg-out-1718.google.com ([72.14.220.157]:31366) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LgKWu-0007ip-9f for qemu-devel@nongnu.org; Sun, 08 Mar 2009 11:03:04 -0400 Received: by fg-out-1718.google.com with SMTP id e21so712842fga.8 for ; Sun, 08 Mar 2009 08:03:02 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <49B3D904.2090202@web.de> References: <49B3D904.2090202@web.de> Date: Sun, 8 Mar 2009 16:03:02 +0100 Message-ID: <761ea48b0903080803l7e481a96p4511076b7f69305a@mail.gmail.com> Subject: Re: [Qemu-devel] Re: dyngen-exec.h cleanup From: Laurent Desnogues Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Sun, Mar 8, 2009 at 3:41 PM, Jan Kiszka wrote: > Also, some discussion on this list suggested that it's more efficient to > look into converting the remaining AREGS to TCG and finally do the > ultimative "rm dyngen-exec.h". Don't you want to spend some time on this > already? This requires modifying ARM translator which is the last one to use AREGn with n>0. And don't all targets use AREG0 as a pointer to the CPU state? Laurent